Uses of Class
org.apache.lucene.analysis.AnalyzerWrapper
Packages that use AnalyzerWrapper
Package
Description
Text analysis.
Miscellaneous Tokenstreams.
Automatically filter high-frequency stopwords.
Word n-gram filters.
Support for document suggestion
-
Uses of AnalyzerWrapper in org.apache.lucene.analysis
Subclasses of AnalyzerWrapper in org.apache.lucene.analysisModifier and TypeClassDescriptionclass
An analyzer wrapper, that doesn't allow to wrap components or readers. -
Uses of AnalyzerWrapper in org.apache.lucene.analysis.miscellaneous
Subclasses of AnalyzerWrapper in org.apache.lucene.analysis.miscellaneousModifier and TypeClassDescriptionfinal class
This Analyzer limits the number of tokens while indexing.final class
This analyzer is used to facilitate scenarios where different fields require different analysis techniques. -
Uses of AnalyzerWrapper in org.apache.lucene.analysis.query
Subclasses of AnalyzerWrapper in org.apache.lucene.analysis.queryModifier and TypeClassDescriptionfinal class
AnAnalyzer
used primarily at query time to wrap another analyzer and provide a layer of protection which prevents very common words from being passed into queries. -
Uses of AnalyzerWrapper in org.apache.lucene.analysis.shingle
Subclasses of AnalyzerWrapper in org.apache.lucene.analysis.shingleModifier and TypeClassDescriptionfinal class
A ShingleAnalyzerWrapper wraps aShingleFilter
around anotherAnalyzer
. -
Uses of AnalyzerWrapper in org.apache.lucene.search.suggest.document
Subclasses of AnalyzerWrapper in org.apache.lucene.search.suggest.documentModifier and TypeClassDescriptionfinal class
Wraps anAnalyzer
to provide additional completion-only tuning (e.g.