Uses of Class
org.apache.lucene.analysis.AnalyzerWrapper
-
Packages that use AnalyzerWrapper Package Description org.apache.lucene.analysis Text analysis.org.apache.lucene.analysis.miscellaneous Miscellaneous Tokenstreams.org.apache.lucene.analysis.query Automatically filter high-frequency stopwords.org.apache.lucene.analysis.shingle Word n-gram filters.org.apache.lucene.search.suggest.document Support for document suggestion -
-
Uses of AnalyzerWrapper in org.apache.lucene.analysis
Subclasses of AnalyzerWrapper in org.apache.lucene.analysis Modifier and Type Class Description classDelegatingAnalyzerWrapperAn 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.miscellaneous Modifier and Type Class Description classLimitTokenCountAnalyzerThis Analyzer limits the number of tokens while indexing.classPerFieldAnalyzerWrapperThis 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.query Modifier and Type Class Description classQueryAutoStopWordAnalyzerAnAnalyzerused 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.shingle Modifier and Type Class Description classShingleAnalyzerWrapperA ShingleAnalyzerWrapper wraps aShingleFilteraround anotherAnalyzer. -
Uses of AnalyzerWrapper in org.apache.lucene.search.suggest.document
Subclasses of AnalyzerWrapper in org.apache.lucene.search.suggest.document Modifier and Type Class Description classCompletionAnalyzerWraps anAnalyzerto provide additional completion-only tuning (e.g.
-