Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class EdgeNGramTokenFilter(input: TokenStream, minGram: Int, maxGram: Int, preserveOriginal: Boolean) : TokenFilter

Tokenizes the given token into n-grams of given size(s).

Link copied to clipboard

Tokenizes the input from an edge into n-grams of given size(s).

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class NGramTokenFilter(input: TokenStream, minGram: Int, maxGram: Int, preserveOriginal: Boolean) : TokenFilter

Tokenizes the input into n-grams of the given size(s). As of Lucene 4.4, this token filter:

Link copied to clipboard

Tokenizes the input into n-grams of the given size(s).