Package org.apache.lucene.analysis.ngram
package org.apache.lucene.analysis.ngram
Character n-gram tokenizers and filters.
-
ClassDescriptionCreates new instances of
EdgeNGramTokenFilter.Tokenizes the given token into n-grams of given size(s).Specifies which side of the input the n-gram should be generated fromTokenizes the input from an edge into n-grams of given size(s).Creates new instances ofEdgeNGramTokenizer.Deprecated.Specifies which side of the input the n-gram should be generated fromDeprecated.Factory forNGramTokenFilter.Tokenizes the input into n-grams of the given size(s).Tokenizes the input into n-grams of the given size(s).Factory forNGramTokenizer.