I am trying to use the JapaneseTokenizer from Apache Lucene 7.1.0. Its giving me java.lang.NoClassDefFoundError: org/apache/lucene/analysis/ja/JapaneseTokenizer
and java.lang.ClassNotFoundException: org.apache.lucene.analysis.ja.JapaneseTokenizer
. Although, all other analyzers and tokenizers from Lucene(like StandardAnalyzer, etc.) work perfectly fine. How to resolve it?
Asked
Active
Viewed 108 times
0