| Package | Description |
|---|---|
| org.apache.lucene.analysis.miscellaneous |
Miscellaneous Tokenstreams.
|
| org.apache.lucene.analysis.tokenattributes |
General-purpose attributes for text analysis.
|
| org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
| org.apache.lucene.index |
Code to maintain and access indices.
|
| Modifier and Type | Field and Description |
|---|---|
private TermFrequencyAttribute |
DelimitedTermFrequencyTokenFilter.tfAtt |
| Modifier and Type | Class and Description |
|---|---|
class |
PackedTokenAttributeImpl
Default implementation of the common attributes used by Lucene:
CharTermAttribute
TypeAttribute
PositionIncrementAttribute
PositionLengthAttribute
OffsetAttribute
TermFrequencyAttribute
|
class |
TermFrequencyAttributeImpl
Default implementation of
TermFrequencyAttribute. |
| Modifier and Type | Field and Description |
|---|---|
private TermFrequencyAttribute |
FeatureField.FeatureTokenStream.freqAttribute |
| Modifier and Type | Field and Description |
|---|---|
protected TermFrequencyAttribute |
TermsHashPerField.termFreqAtt |
(package private) TermFrequencyAttribute |
FieldInvertState.termFreqAttribute |