-
Fields Field Description org.apache.lucene.analysis.core.StopAnalyzer.ENGLISH_STOP_WORDS_SET org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter.DEFAULT_MAX_GRAM_SIZE since 7.4 - this value will be required.org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter.DEFAULT_MIN_GRAM_SIZE since 7.4 - this value will be required.org.apache.lucene.analysis.ngram.NGramTokenFilter.DEFAULT_MAX_NGRAM_SIZE since 7.4 - this value will be required.org.apache.lucene.analysis.ngram.NGramTokenFilter.DEFAULT_MIN_NGRAM_SIZE since 7.4 - this value will be required.
-
Methods Method Description org.apache.lucene.analysis.util.CharTokenizer.fromSeparatorCharPredicate(IntPredicate, IntUnaryOperator) Normalization should be done in a subsequent TokenFilterorg.apache.lucene.analysis.util.CharTokenizer.fromTokenCharPredicate(IntPredicate, IntUnaryOperator) Normalization should be done in a subsequent TokenFilterorg.apache.lucene.analysis.util.CharTokenizer.normalize(int) Normalization should be done in a subsequent TokenFilter
-
Constructors Constructor Description org.apache.lucene.analysis.core.StopAnalyzer() Use a constructor with a specific stop word setorg.apache.lucene.analysis.ngram.EdgeNGramTokenFilter(TokenStream, int, int) since 7.4. UseEdgeNGramTokenFilter(TokenStream, int, int, boolean)
instead.org.apache.lucene.analysis.ngram.NGramTokenFilter(TokenStream, int, int) since 7.4. UseNGramTokenFilter(TokenStream, int, int, boolean)
instead.org.apache.lucene.analysis.util.ClasspathResourceLoader() You should not use this ctor, because it uses the thread's context class loader, which is bad programming style. Please specify a reference class or aClassLoader
instead.org.apache.lucene.analysis.util.FilesystemResourceLoader(Path) You should not use this ctor, because it uses the thread's context class loader as fallback for resource lookups, which is bad programming style. Please specify aClassLoader
instead.