Uses of Interface
org.apache.lucene.analysis.tokenattributes.TermFrequencyAttribute
-
Packages that use TermFrequencyAttribute 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 aDocument
for indexing and searching.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of TermFrequencyAttribute in org.apache.lucene.analysis.miscellaneous
Fields in org.apache.lucene.analysis.miscellaneous declared as TermFrequencyAttribute Modifier and Type Field Description private TermFrequencyAttribute
DelimitedTermFrequencyTokenFilter. tfAtt
-
Uses of TermFrequencyAttribute in org.apache.lucene.analysis.tokenattributes
Classes in org.apache.lucene.analysis.tokenattributes that implement TermFrequencyAttribute Modifier and Type Class Description class
PackedTokenAttributeImpl
Default implementation of the common attributes used by Lucene:CharTermAttribute
TypeAttribute
PositionIncrementAttribute
PositionLengthAttribute
OffsetAttribute
TermFrequencyAttribute
class
TermFrequencyAttributeImpl
Default implementation ofTermFrequencyAttribute
. -
Uses of TermFrequencyAttribute in org.apache.lucene.document
Fields in org.apache.lucene.document declared as TermFrequencyAttribute Modifier and Type Field Description private TermFrequencyAttribute
FeatureField.FeatureTokenStream. freqAttribute
-
Uses of TermFrequencyAttribute in org.apache.lucene.index
Fields in org.apache.lucene.index declared as TermFrequencyAttribute Modifier and Type Field Description (package private) TermFrequencyAttribute
FreqProxTermsWriterPerField. termFreqAtt
private TermFrequencyAttribute
TermVectorsConsumerPerField. termFreqAtt
(package private) TermFrequencyAttribute
FieldInvertState. termFreqAttribute
-