Changes between Version 8 and Version 9 of waue/2011/0727


Ignore:
Timestamp:
Jul 27, 2011, 6:14:22 PM (13 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2011/0727

    v8 v9  
    9393}}}
    9494
     95= [setup solr] =
     96
     97 * [http://ftp.twaren.net/Unix/Web/apache/lucene/solr/3.3.0/ get solr]
     98
     99{{{
     100cp /opt/nutch-1.3/conf/schema.xml /opt/solr-3.3.0/example/solr/conf/
     101cd /opt/solr-3.3.0/example/
     102java -jar start.jar
     103}}}
     104
     105
    95106= [execute] =
    96107
     
    100111}}}
    101112
    102  * finally , you will get only 3 directories.
     113 * you will get only 3 directories.
    103114{{{
    104115#!text
     
    106117}}}
    107118
     119 * finally , connect nutch result to solr
     120
     121{{{
     122bin/nutch solrindex http://127.0.0.1:8983/solr/ crawl/crawldb crawl/linkdb crawl/segments/*
     123}}}
     124
     125 * using web admin to check
     126
     127http://localhost:8983/solr/admin/
    108128
    109129
    110 = [setup solr] =
    111 
    112  * [http://ftp.twaren.net/Unix/Web/apache//lucene/solr/3.3.0/ get solr]
    113 {{{
    114130
    115131
    116 }}}
    117132
    118  *
    119133