Skip to main content
Participant
September 3, 2012
Question

configuration IKAnalyzer for Coldfusion compositive Solr

  • September 3, 2012
  • 1 reply
  • 722 views

I reference documentation to configuration IKAnalyzer for  Coldfusion compositive Solr. But encountered the following problems:

1. IKAnalyzer2012.jar need to  placed in the lib directory of the project, but I do not know, this lib directory is where, because of the many the JRun4 directory lib directory.

2. IKAnalyzer.cfg.xml, and stopword.dic files is need to placed in the class root directory, but did not find the class directory, should be established where?

3. Need to modify the schema.xml file, but which one? Because many schema.xml file in the schema.xml at JRun4 following.

Thank you

My Coldfusion is 9.0.2 Enterprise Edition, multi-server version.

This topic has been closed for replies.

1 reply

Adobe Employee
September 7, 2012

Hi Jyjun

Try placing files as below:

1. IKAnalyzer2012.jar inside c:\JRun4\servers\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib

2. IKAnalyzer.cfg.xml and stopword.dic files inside c:\JRun4\servers\cfusion-ear\cfusion-war\WEB-INF\cfclasses\

3. schema.xml inside c:\JRun4\servers\cfusion-ear\cfusion-war\WEB-INF\cfusion\solr\multicore\template\conf

Please take backup of each file before replacing them with new one.

jyjunAuthor
Participant
September 10, 2012

Thank you very much!

How configure schema.xml ? my config as follow,

This is obviously there is an error,because happen a error when use cfindex to update a new collection ,the error follow:

I hope your help, Thanks