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.commongrams |
Construct n-grams for frequently occurring terms and phrases.
|
org.apache.lucene.analysis.miscellaneous |
Miscellaneous Tokenstreams.
|
org.apache.lucene.analysis.ngram |
Character n-gram tokenizers and filters.
|
org.apache.lucene.analysis.shingle |
Word n-gram filters.
|
org.apache.lucene.analysis.synonym |
Analysis components for Synonyms.
|
org.apache.lucene.analysis.tokenattributes |
General-purpose attributes for text analysis.
|
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 PositionLengthAttribute |
CJKBigramFilter.posLengthAtt |
Modifier and Type | Field and Description |
---|---|
private PositionLengthAttribute |
CommonGramsFilter.posLenAttribute |
Modifier and Type | Field and Description |
---|---|
private PositionLengthAttribute |
FingerprintFilter.posLenAtt |
Modifier and Type | Field and Description |
---|---|
private PositionLengthAttribute |
EdgeNGramTokenFilter.posLenAtt |
private PositionLengthAttribute |
NGramTokenFilter.posLenAtt |
private PositionLengthAttribute |
NGramTokenizer.posLenAtt |
Modifier and Type | Field and Description |
---|---|
private PositionLengthAttribute |
ShingleFilter.posLenAtt |
Modifier and Type | Field and Description |
---|---|
private PositionLengthAttribute |
SynonymFilter.posLenAtt |
Modifier and Type | Class and Description |
---|---|
class |
PackedTokenAttributeImpl
Default implementation of the common attributes used by Lucene:
CharTermAttribute
TypeAttribute
PositionIncrementAttribute
PositionLengthAttribute
OffsetAttribute
|
class |
PositionLengthAttributeImpl
Default implementation of
PositionLengthAttribute . |