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.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.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 | Field and Description |
---|---|
(package private) PositionLengthAttribute |
GraphTokenFilter.Token.lengthAtt |
Modifier and Type | Field and Description |
---|---|
private PositionLengthAttribute |
CJKBigramFilter.posLengthAtt |
Modifier and Type | Field and Description |
---|---|
private PositionLengthAttribute |
CommonGramsFilter.posLenAttribute |
private PositionLengthAttribute |
CommonGramsQueryFilter.posLengthAttribute |
Modifier and Type | Field and Description |
---|---|
private PositionLengthAttribute |
FlattenGraphFilter.posLenAtt |
Modifier and Type | Field and Description |
---|---|
private PositionLengthAttribute |
MinHashFilter.posLenAttribute |
Modifier and Type | Field and Description |
---|---|
private PositionLengthAttribute |
FingerprintFilter.posLenAtt |
private PositionLengthAttribute |
WordDelimiterGraphFilter.posLenAttribute |
Modifier and Type | Field and Description |
---|---|
private PositionLengthAttribute |
NGramTokenizer.posLenAtt |
Modifier and Type | Field and Description |
---|---|
private PositionLengthAttribute |
ShingleFilter.posLenAtt |
Modifier and Type | Field and Description |
---|---|
private PositionLengthAttribute |
SynonymGraphFilter.posLenAtt |
private PositionLengthAttribute |
SynonymFilter.posLenAtt
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 |
PositionLengthAttributeImpl
Default implementation of
PositionLengthAttribute . |