Package | Description |
---|---|
org.apache.lucene.analysis.ngram |
Character n-gram tokenizers and filters.
|
Class and Description |
---|
EdgeNGramTokenFilter
Tokenizes the given token into n-grams of given size(s).
|
EdgeNGramTokenFilter.Side
Specifies which side of the input the n-gram should be generated from
|
EdgeNGramTokenizer
Tokenizes the input from an edge into n-grams of given size(s).
|
EdgeNGramTokenizer.Side
Specifies which side of the input the n-gram should be generated from
|
NGramTokenFilter
Tokenizes the input into n-grams of the given size(s).
|
NGramTokenizer
Tokenizes the input into n-grams of the given size(s).
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.