Uses of Class
org.apache.lucene.analysis.shingle.ShingleFilter.InputWindowToken
Packages that use ShingleFilter.InputWindowToken
-
Uses of ShingleFilter.InputWindowToken in org.apache.lucene.analysis.shingle
Fields in org.apache.lucene.analysis.shingle with type parameters of type ShingleFilter.InputWindowTokenModifier and TypeFieldDescriptionprivate LinkedList<ShingleFilter.InputWindowToken> ShingleFilter.inputWindowThe 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.InputWindowTokenModifier and TypeMethodDescriptionprivate ShingleFilter.InputWindowTokenShingleFilter.getNextToken(ShingleFilter.InputWindowToken target) Get the next token from the input stream.Methods in org.apache.lucene.analysis.shingle with parameters of type ShingleFilter.InputWindowTokenModifier and TypeMethodDescriptionprivate ShingleFilter.InputWindowTokenShingleFilter.getNextToken(ShingleFilter.InputWindowToken target) Get the next token from the input stream.