Search
From Chaehyun
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/
- solr/conf/solrconfig.xml 수정
- invariants 부분 주석처리
- 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/*
- http://xlos2.cafe24.com:8983/solr/browse
- http://code.google.com/p/solr-php-client/wiki/ExampleUsage