solr3.3 中文IK分词 (IKAnalyzer3.2.8 bin.zip) --亲测
?
solr3.3 中文IK分词(IKAnalyzer3.2.8 bin.zip)(亲测)
?
1.IK下载地址
? http://code.google.com/p/ik-analyzer/downloads/detail? ? ?name=IKAnalyzer3.2.8%20bin.zip&can=2&q=a
?
2.解压到本地目录
?
? ?suse@server0:/server/bin> unzip ?IKAnalyzer3.2.8 bin.zip
?
3.将jar包放入solr工程下
?
? ?suse@server0:/server/bin/IKAnalyzer> cp IKAnalyzer3.2.8.jar ? ? ?/server/bin/tomcat/webapps/solr/WEB-INF/lib/
?
?4.修改solr/home 下的 solrconfig.xml
?
? ?cd /usr/solr/conf
? ?vi solrconfig.xml
?
? ?<fieldType name="text" ?isMaxWordLength="false"/>
? ? ? ? <filter ignoreCase="true" words="stopwords.txt" enablePositionIncrements="true" />
? ? ? ? <filter isMaxWordLength="true"/>
? ? ? ? ?<filter ignoreCase="true" words="stopwords.txt" enablePositionIncrements="true" />
? ? ? ? ?<filter synonyms="synonyms.txt" ignoreCase="true" expand="true"/>
? ? ? ? ?<filter height="358" width="1135" src="/img/2012/06/30/1738252264.png">
?
?
?
邮箱:715356603@qq.com(欢迎交流)
?