Package | Description |
---|---|
org.apache.lucene.analysis |
Text analysis.
|
org.apache.lucene.analysis.cjk |
Analyzer for Chinese, Japanese, and Korean, which indexes bigrams.
|
org.apache.lucene.analysis.cn.smart |
Analyzer for Simplified Chinese, which indexes words.
|
org.apache.lucene.analysis.commongrams |
Construct n-grams for frequently occurring terms and phrases.
|
org.apache.lucene.analysis.core |
Basic, general-purpose analysis components.
|
org.apache.lucene.analysis.miscellaneous |
Miscellaneous Tokenstreams.
|
org.apache.lucene.analysis.payloads |
Provides various convenience classes for creating payloads on Tokens.
|
org.apache.lucene.analysis.shingle |
Word n-gram filters.
|
org.apache.lucene.analysis.standard |
Fast, general-purpose grammar-based tokenizers.
|
org.apache.lucene.analysis.synonym |
Analysis components for Synonyms.
|
org.apache.lucene.analysis.tokenattributes |
General-purpose attributes for text analysis.
|
org.apache.lucene.analysis.wikipedia |
Tokenizer that is aware of Wikipedia syntax.
|
Modifier and Type | Class and Description |
---|---|
class |
Token
Deprecated.
This class is outdated and no longer used since Lucene 2.9. Nuke it finally!
|
Modifier and Type | Field and Description |
---|---|
private TypeAttribute |
LegacyNumericTokenStream.typeAtt
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private TypeAttribute |
CJKBigramFilter.typeAtt |
Modifier and Type | Field and Description |
---|---|
private TypeAttribute |
HMMChineseTokenizer.typeAtt |
Modifier and Type | Field and Description |
---|---|
private TypeAttribute |
CommonGramsFilter.typeAttribute |
private TypeAttribute |
CommonGramsQueryFilter.typeAttribute |
Modifier and Type | Field and Description |
---|---|
private TypeAttribute |
TypeTokenFilter.typeAttribute |
Modifier and Type | Field and Description |
---|---|
private TypeAttribute |
PrefixAwareTokenFilter.p_typeAtt |
private TypeAttribute |
FingerprintFilter.typeAtt |
private TypeAttribute |
PrefixAwareTokenFilter.typeAtt |
private TypeAttribute |
WordDelimiterFilter.typeAttribute |
Modifier and Type | Field and Description |
---|---|
private TypeAttribute |
NumericPayloadTokenFilter.typeAtt |
private TypeAttribute |
TypeAsPayloadTokenFilter.typeAtt |
Modifier and Type | Field and Description |
---|---|
private TypeAttribute |
ShingleFilter.typeAtt |
Modifier and Type | Field and Description |
---|---|
private TypeAttribute |
ClassicFilter.typeAtt |
private TypeAttribute |
ClassicTokenizer.typeAtt |
private TypeAttribute |
StandardTokenizer.typeAtt |
private TypeAttribute |
UAX29URLEmailTokenizer.typeAtt |
Modifier and Type | Field and Description |
---|---|
private TypeAttribute |
SynonymFilter.typeAtt |
Modifier and Type | Class and Description |
---|---|
class |
PackedTokenAttributeImpl
Default implementation of the common attributes used by Lucene:
CharTermAttribute
TypeAttribute
PositionIncrementAttribute
PositionLengthAttribute
OffsetAttribute
|
class |
TypeAttributeImpl
Default implementation of
TypeAttribute . |
Modifier and Type | Field and Description |
---|---|
private TypeAttribute |
WikipediaTokenizer.typeAtt |