Changes between Version 8 and Version 9 of waue/2011/0727
- Timestamp:
- Jul 27, 2011, 6:14:22 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
waue/2011/0727
v8 v9 93 93 }}} 94 94 95 = [setup solr] = 96 97 * [http://ftp.twaren.net/Unix/Web/apache/lucene/solr/3.3.0/ get solr] 98 99 {{{ 100 cp /opt/nutch-1.3/conf/schema.xml /opt/solr-3.3.0/example/solr/conf/ 101 cd /opt/solr-3.3.0/example/ 102 java -jar start.jar 103 }}} 104 105 95 106 = [execute] = 96 107 … … 100 111 }}} 101 112 102 * finally ,you will get only 3 directories.113 * you will get only 3 directories. 103 114 {{{ 104 115 #!text … … 106 117 }}} 107 118 119 * finally , connect nutch result to solr 120 121 {{{ 122 bin/nutch solrindex http://127.0.0.1:8983/solr/ crawl/crawldb crawl/linkdb crawl/segments/* 123 }}} 124 125 * using web admin to check 126 127 http://localhost:8983/solr/admin/ 108 128 109 129 110 = [setup solr] =111 112 * [http://ftp.twaren.net/Unix/Web/apache//lucene/solr/3.3.0/ get solr]113 {{{114 130 115 131 116 }}}117 132 118 *119 133