You also need to download the IK jar package before using IK, click Download , Then we configure the downloaded file
First step: Copy the Ikanalyzer2012ff_u2.jar file to the Tomcat directory Webapps\solr5.5\web-inf\lib
Step two: Copy IKAnalyzer.cfg.xml and Stopword.dic to the Tomcat directory webapps\solr5.5\web-inf\classes
The third step: Modify the D:\solr5.5\collection1\conf directory under the Managed-schema file, add the following node in the file
<fieldtype name= "Text_ik" class= "SOLR. TextField "> <analyzer class=" Org.wltea.analyzer.lucene.IKAnalyzer "/></fieldtype>
Fourth step: Start Tomcat and enter HTTP://LOCALHOST:8080/SOLR5.5/in the browser Admin.html in the left menu of the page, select Core as Collection1, click the analysis (Funnel shape) menu, and in the right page filed the Value text box, enter the Chinese string to test the word breaker.
Solr. NET course three solr5.5 ikanalyzer participle configuration