SEARCH
TOOLBOX
LANGUAGES
Search

Search

From Chaehyun

(Difference between revisions)
Jump to: navigation, search
(solr)
(solr)
 
Line 10: Line 10:
#* bin/nutch solrindex http://127.0.0.1:8983/solr/ crawldb crawldb/linkdb crawldb/segments/*
#* bin/nutch solrindex http://127.0.0.1:8983/solr/ crawldb crawldb/linkdb crawldb/segments/*
# http://xlos2.cafe24.com:8983/solr/browse
# http://xlos2.cafe24.com:8983/solr/browse
 +
# http://code.google.com/p/solr-php-client/wiki/ExampleUsage

Latest revision as of 07:57, 10 October 2011

nutch

solr

  1. cp ${NUTCH_RUNTIME_HOME}/conf/schema.xml ${APACHE_SOLR_HOME}/example/solr/conf/
  2. solr/conf/solrconfig.xml 수정
    • invariants 부분 주석처리
  3. restart Solr with the command “java -jar start.jar” under ${APACHE_SOLR_HOME}/example
  4. run the Solr Index command:
  5. http://xlos2.cafe24.com:8983/solr/browse
  6. http://code.google.com/p/solr-php-client/wiki/ExampleUsage
Retrieved from "http://chaehyun.kr/w/Search"