Uses of Class
org.apache.lucene.index.FieldInvertState
-
Packages that use FieldInvertState Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.search.similarities This package contains the various ranking models that can be used in Lucene.org.apache.lucene.search.similarity Misc similarity implementations. -
-
Uses of FieldInvertState in org.apache.lucene.index
Fields in org.apache.lucene.index declared as FieldInvertState Modifier and Type Field Description private FieldInvertStateFreqProxTermsWriterPerField. fieldStateprivate FieldInvertStateTermVectorsConsumerPerField. fieldState(package private) FieldInvertStateDefaultIndexingChain.PerField. invertStateMethods in org.apache.lucene.index with parameters of type FieldInvertState Modifier and Type Method Description TermsHashPerFieldFreqProxTermsWriter. addField(FieldInvertState invertState, FieldInfo fieldInfo)(package private) abstract TermsHashPerFieldTermsHash. addField(FieldInvertState fieldInvertState, FieldInfo fieldInfo)TermsHashPerFieldTermVectorsConsumer. addField(FieldInvertState invertState, FieldInfo fieldInfo)Constructors in org.apache.lucene.index with parameters of type FieldInvertState Constructor Description FreqProxTermsWriterPerField(FieldInvertState invertState, TermsHash termsHash, FieldInfo fieldInfo, TermsHashPerField nextPerField)TermVectorsConsumerPerField(FieldInvertState invertState, TermVectorsConsumer termsHash, FieldInfo fieldInfo) -
Uses of FieldInvertState in org.apache.lucene.search.similarities
Methods in org.apache.lucene.search.similarities with parameters of type FieldInvertState Modifier and Type Method Description longBM25Similarity. computeNorm(FieldInvertState state)longBooleanSimilarity. computeNorm(FieldInvertState state)longMultiSimilarity. computeNorm(FieldInvertState state)longPerFieldSimilarityWrapper. computeNorm(FieldInvertState state)abstract longSimilarity. computeNorm(FieldInvertState state)Computes the normalization value for a field, given the accumulated state of term processing for this field (seeFieldInvertState).longSimilarityBase. computeNorm(FieldInvertState state)Encodes the document length in the same way asBM25Similarity.longTFIDFSimilarity. computeNorm(FieldInvertState state) -
Uses of FieldInvertState in org.apache.lucene.search.similarity
Methods in org.apache.lucene.search.similarity with parameters of type FieldInvertState Modifier and Type Method Description longLegacyBM25Similarity. computeNorm(FieldInvertState state)Deprecated.
-