Changes between Version 4 and Version 5 of shunfa/2012/0911
- Timestamp:
- Sep 27, 2012, 1:42:27 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
shunfa/2012/0911
v4 v5 172 172 ... 173 173 }}} 174 175 === 4. 修改Solr設定 === 176 * 根據官方文件步驟,無法順利完成"Query",當送出搜尋時,會出現text沒有定義之類的訊息,於是必須修改Solr相關的設定檔 177 ==== 1.修改相關xml設定欄位 ==== 178 {{{ 179 $ cd [$SOLR_HOME]/example/solr/conf 180 $ vim schema.xml 181 }}} 182 * 修改行號如下: 183 {{{ 184 #!text 185 # 31: <schema name="nutch" version="1.5"> 186 # 80: <field name="content" type="text" stored="true" indexed="true"/> 187 }}}