| Package | Description |
|---|---|
| org.apache.lucene.analysis.shingle |
Word n-gram filters.
|
| Class and Description |
|---|
| ShingleFilter
A ShingleFilter constructs shingles (token n-grams) from a token stream.
|
| ShingleFilter.CircularSequence
An instance of this class is used to maintain the number of input
stream tokens that will be used to compose the next unigram or shingle:
ShingleFilter.gramSize. |
| ShingleFilter.InputWindowToken |