SEARCH
TOOLBOX
LANGUAGES
Search

Search

From Chaehyun

(Difference between revisions)
Jump to: navigation, search
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 →

Revision as of 07:08, 10 October 2011

nutch

solr

  1. cp ${NUTCH_RUNTIME_HOME}/conf/schema.xml ${APACHE_SOLR_HOME}/example/solr/conf/
  2. restart Solr with the command “java -jar start.jar” under ${APACHE_SOLR_HOME}/example
  3. run the Solr Index command:
Retrieved from "http://chaehyun.kr/w/Search"