3
votes
0answers
500 views

Error while indexing in solr data crawled by nutch

I am starting working with nutch and solr and I have a problem with integrating Solr with Nutch. I followed the tutorial: http://wiki.apache.org/nutch/NutchTutorial and after using: bin/nutch crawl ...
0
votes
0answers
15 views

A method for updating Nutch1.4 indexes

I am using nutch1.4 in combination with solr3.5, the nutch crawl Intranet, how can I do re-crawling ? I am so confused. What is the best way to update the solr Index ?
0
votes
1answer
181 views

Solr admin shows nothing (nutch)

I've successfully created a Solr index crawling a few pages using nutch. Querying the index using Luke I get the expected results (default field 'content'). However, when I try using the solr/admin ...
1
vote
1answer
160 views

use nutch to index my local HTML files

I have a lot of HTML files on my hard disk and want to index them with Nutch, but as I know nutch only get URLs and index them and pages that linked in that URLs. Does any body know how can I use ...
1
vote
1answer
314 views

How to Index Only Pages with Certain Urls with Nutch?

I want nutch to crawl abc.com, but I want to index only car.abc.com. car.abc.com links can in any levels in abc.com. So, basically, I want nutch to keep crawl abc.com normally, but index only pages ...