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 aDocumentfor 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 TermFrequencyAttributeDelimitedTermFrequencyTokenFilter. 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 classPackedTokenAttributeImplDefault implementation of the common attributes used by Lucene:CharTermAttributeTypeAttributePositionIncrementAttributePositionLengthAttributeOffsetAttributeTermFrequencyAttributeclassTermFrequencyAttributeImplDefault 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 TermFrequencyAttributeFeatureField.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) TermFrequencyAttributeFreqProxTermsWriterPerField. termFreqAttprivate TermFrequencyAttributeTermVectorsConsumerPerField. termFreqAtt(package private) TermFrequencyAttributeFieldInvertState. termFreqAttribute
-