Package-level declarations
Types
Link copied to clipboard
A FixedShingleFilter constructs shingles (token n-grams) from a token stream. In other words, it creates combinations of tokens as a single token.
Link copied to clipboard
Factory for FixedShingleFilter
Link copied to clipboard
A ShingleAnalyzerWrapper wraps a ShingleFilter around another Analyzer.
Link copied to clipboard
A ShingleFilter constructs shingles (token n-grams) from a token stream. In other words, it creates combinations of tokens as a single token.
Link copied to clipboard
Factory for ShingleFilter.