Search
From Chaehyun
(Difference between revisions)
Xlos (Talk | contribs)
(Created page with "= nutch = * bin/nutch crawl urls -solr http://localhost:8983/solr/ -depth 3 -topN 5 = solr = # cp ${NUTCH_RUNTIME_HOME}/conf/schema.xml ${APACHE_SOLR_HOME}/example/solr/conf/ # ...")
Newer edit →
(Created page with "= nutch = * bin/nutch crawl urls -solr http://localhost:8983/solr/ -depth 3 -topN 5 = solr = # cp ${NUTCH_RUNTIME_HOME}/conf/schema.xml ${APACHE_SOLR_HOME}/example/solr/conf/ # ...")
Newer edit →
Revision as of 07:08, 10 October 2011
nutch
- bin/nutch crawl urls -solr http://localhost:8983/solr/ -depth 3 -topN 5
solr
- cp ${NUTCH_RUNTIME_HOME}/conf/schema.xml ${APACHE_SOLR_HOME}/example/solr/conf/
- restart Solr with the command “java -jar start.jar” under ${APACHE_SOLR_HOME}/example
- run the Solr Index command:
- bin/nutch solrindex http://127.0.0.1:8983/solr/ crawldb crawldb/linkdb crawldb/segments/*