| Package | Description |
|---|---|
| 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
LimitTokenCountAnalyzer
This Analyzer limits the number of tokens while indexing.
|
class |
PerFieldAnalyzerWrapper
This analyzer is used to facilitate scenarios where different
fields require different analysis techniques.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryAutoStopWordAnalyzer
An
Analyzer 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
ShingleAnalyzerWrapper
A ShingleAnalyzerWrapper wraps a
ShingleFilter around another Analyzer. |
Copyright © 2000-2016 The Apache Software Foundation. All Rights Reserved.