Package | Description |
---|---|
org.apache.lucene.analysis.shingle |
Word n-gram filters.
|
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedList<ShingleFilter.InputWindowToken> |
ShingleFilter.inputWindow
The sequence of input stream tokens (or filler tokens, if necessary)
that will be composed to form output shingles.
|
Modifier and Type | Method and Description |
---|---|
private ShingleFilter.InputWindowToken |
ShingleFilter.getNextToken(ShingleFilter.InputWindowToken target)
Get the next token from the input stream.
|
Modifier and Type | Method and Description |
---|---|
private ShingleFilter.InputWindowToken |
ShingleFilter.getNextToken(ShingleFilter.InputWindowToken target)
Get the next token from the input stream.
|