Uses of Class
org.apache.lucene.index.FieldInvertState
Packages that use FieldInvertState
Package
Description
This package contains the various ranking models that can be used in Lucene.
-
Uses of FieldInvertState in org.apache.lucene.search.similarities
Methods in org.apache.lucene.search.similarities with parameters of type FieldInvertStateModifier and TypeMethodDescriptionfinal longBM25Similarity.computeNorm(FieldInvertState state) longMultiSimilarity.computeNorm(FieldInvertState state) final 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 asTFIDFSimilarity.final longTFIDFSimilarity.computeNorm(FieldInvertState state) floatDefaultSimilarity.lengthNorm(FieldInvertState state) Implemented asstate.getBoost()*lengthNorm(numTerms), wherenumTermsisgetLength()ifDefaultSimilarity.setDiscountOverlaps(boolean)is false, else it'sgetLength()-getNumOverlap().abstract floatTFIDFSimilarity.lengthNorm(FieldInvertState state) Compute an index-time normalization value for this field instance.