On 5/13/2015 4:16 AM, Björn Keil wrote: > Thanks you for your help. That was only part of the problem, though.You also > need ${solr.install.dir}/dist/solr-analysis-extras-X.jar > where "X" is the version. > > The other two libraries are dependencies, but the do not contain the actual > ICUCollationField class. It might be helpful if that was mentioned in the > respective spots in the documentation and README.txt file.
I have not used that particular class. I have used the ICU tokenizers and filters, which are in the lucene jar. The docs you quoted say this: ----------- solr.ICUCollationField is included in the Solr analysis-extras contrib see solr/contrib/analysis-extras/README.txt for instructions on which jars you need to add to your SOLR_HOME/lib in order to use it." ----------- That sounds to me like an indication that you need the solr analysis extras jar, which has the lucene-analyzers and icu4j jars as additional dependencies. The referenced README probably should mention that the required jar can be found in the dist/ folder of the binary download. Thanks, Shawn