Nutch message "No IndexWriters activated" while loading to solr -


i have run nutch crawler per nutch tutorial http://wiki.apache.org/nutch/nutchtutorial when started loading solr getting message i.e. "no indexwriters activated - check configuration"

bin/nutch solrindex http://localhost:8983/solr crawl/crawldb/ -dir crawl/segments/ indexer: starting @ 2013-07-15 08:09:13 indexer: deleting gone documents: false indexer: url filtering: false indexer: url normalizing: false **no indexwriters activated - check configuration**  indexer: finished @ 2013-07-15 08:09:21, elapsed: 00:00:07 

make sure plugin indexer-solr included. go file: conf/nutch-site.xml , in property plugin.includes add plugin, instance:

protocol-http|urlfilter-regex|parse-(html|tika)|index-(basic|anchor)|indexer-solr|scoring-opic|urlnormalizer-(pass|regex|basic)

after adding plugin no indexwriters activated - check configuration warning disappeared in case.

check thread: http://lucene.472066.n3.nabble.com/a-plugin-extending-indexwriter-td4074353.html


Comments

Post a Comment