Changes between Version 3 and Version 4 of shunfa/2012/0911
- Timestamp:
- Sep 11, 2012, 4:59:31 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
shunfa/2012/0911
v3 v4 149 149 * 將Nutch的配置複製到Solr中 150 150 {{{ 151 152 }}} 153 154 * 修改Solr配置 155 {{{ 156 151 $ cp [$NUTCH_HOME]/conf/schema.xml [$SOLR_HOME]/example/solr/conf/ 157 152 }}} 158 153 159 154 ==== 啟動Solr ==== 160 155 {{{ 161 156 $ cd [$SOLR_HOME]/example 157 $ java -jar start.jar 158 }}} 159 * 用瀏覽器開啟Solr 160 {{{ 161 #!text 162 http://localhost:8983/solr/admin/ 163 http://localhost:8983/solr/admin/stats.jsp 162 164 }}} 163 165 … … 165 167 166 168 {{{ 167 $ 169 $ [$NUTCH_HOME]/bin/nutch solrindex http://127.0.0.1:8983/solr/ crawl/crawldb -linkdb crawl/linkdb crawl/segments/* 170 SolrIndexer: starting at 2012-09-11 16:59:32 171 Indexing 99 documents 172 ... 168 173 }}} 169