Uses of Class
org.apache.lucene.analysis.shingle.ShingleFilter.InputWindowToken
-
Packages that use ShingleFilter.InputWindowToken Package Description org.apache.lucene.analysis.shingle Word n-gram filters. -
-
Uses of ShingleFilter.InputWindowToken in org.apache.lucene.analysis.shingle
Fields in org.apache.lucene.analysis.shingle with type parameters of type ShingleFilter.InputWindowToken Modifier and Type Field 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.Methods in org.apache.lucene.analysis.shingle that return ShingleFilter.InputWindowToken Modifier and Type Method Description private ShingleFilter.InputWindowToken
ShingleFilter. getNextToken(ShingleFilter.InputWindowToken target)
Get the next token from the input stream.Methods in org.apache.lucene.analysis.shingle with parameters of type ShingleFilter.InputWindowToken Modifier and Type Method Description private ShingleFilter.InputWindowToken
ShingleFilter. getNextToken(ShingleFilter.InputWindowToken target)
Get the next token from the input stream.
-