Uses of Class
org.apache.lucene.index.FieldInvertState
-
Packages that use FieldInvertState Package Description org.apache.lucene.search Code to search indices. -
-
Uses of FieldInvertState in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type FieldInvertState Modifier and Type Method Description floatDefaultSimilarity. computeNorm(String field, FieldInvertState state)Implemented asstate.getBoost()*lengthNorm(numTerms), wherenumTermsisgetLength()ifDefaultSimilarity.setDiscountOverlaps(boolean)is false, else it'sgetLength()-getNumOverlap().abstract floatSimilarity. computeNorm(String field, FieldInvertState state)Computes the normalization value for a field, given the accumulated state of term processing for this field (seeFieldInvertState).floatSimilarityDelegator. computeNorm(String fieldName, FieldInvertState state)Deprecated.
-