Uses of Package
org.apache.lucene.analysis.shingle
-
Packages that use org.apache.lucene.analysis.shingle Package Description org.apache.lucene.analysis.shingle Word n-gram filters. -
Classes in org.apache.lucene.analysis.shingle used by org.apache.lucene.analysis.shingle Class 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