Package | Description |
---|---|
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.minhash |
MinHash filtering (for LSH).
|
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 tokenizer
StandardTokenizer
implements the Word Break rules from the Unicode Text Segmentation algorithm, as specified in
Unicode Standard Annex #29. |
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 | 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 |
CommonGramsQueryFilter.typeAttribute |
private TypeAttribute |
CommonGramsFilter.typeAttribute |
Modifier and Type | Field and Description |
---|---|
private TypeAttribute |
TypeTokenFilter.typeAttribute |
Modifier and Type | Field and Description |
---|---|
private TypeAttribute |
MinHashFilter.typeAttribute |
Modifier and Type | Field and Description |
---|---|
private TypeAttribute |
FingerprintFilter.typeAtt |
private TypeAttribute |
TypeAsSynonymFilter.typeAtt |
private TypeAttribute |
WordDelimiterFilter.typeAttribute
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private TypeAttribute |
TypeAsPayloadTokenFilter.typeAtt |
private TypeAttribute |
NumericPayloadTokenFilter.typeAtt |
Modifier and Type | Field and Description |
---|---|
private TypeAttribute |
ShingleFilter.typeAtt |
private TypeAttribute |
FixedShingleFilter.typeAtt |
Modifier and Type | Field and Description |
---|---|
private TypeAttribute |
ClassicTokenizer.typeAtt |
private TypeAttribute |
ClassicFilter.typeAtt |
private TypeAttribute |
UAX29URLEmailTokenizer.typeAtt |
private TypeAttribute |
StandardTokenizer.typeAtt |
Modifier and Type | Field and Description |
---|---|
private TypeAttribute |
SynonymGraphFilter.typeAtt |
private TypeAttribute |
SynonymFilter.typeAtt
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
PackedTokenAttributeImpl
Default implementation of the common attributes used by Lucene:
CharTermAttribute
TypeAttribute
PositionIncrementAttribute
PositionLengthAttribute
OffsetAttribute
TermFrequencyAttribute
|
class |
TypeAttributeImpl
Default implementation of
TypeAttribute . |
Modifier and Type | Field and Description |
---|---|
private TypeAttribute |
WikipediaTokenizer.typeAtt |