Hey
i am trying to use icu analysis 2.7.0 with elasticsearch 1.7.1
every time i try to run analyze API on a field i get the following error
"error":"NoClassDefFoundError[Could not initialize class org.apache.lucene.analysis.icu.segmentation.DefaultICUTokenizerConfig]","status":500}
There is no log about this in the logs.
My analyzer settings are
"tokenized" : {
"type" : "custom",
"filter" : [
"word_delimiter",
"lowercase",
"icu_normalizer",
"icu_folding",
"eng_stm",
"edge_ngram"
],
"tokenizer" : "icu_tokenizer"
},
I ll be able to provide any more information if needed.
At the sametime icu_collation works on the same index.
Is this a new change with 1.7.1, because i have elasticsearch 1.5.4 running in our production system with analysis-icu 2.5, and it followed the same steps as above
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.