|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldInvertState | |
|---|---|
| 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 | |
|---|---|
abstract float |
Similarity.computeNorm(String field,
FieldInvertState state)
Computes the normalization value for a field, given the accumulated state of term processing for this field (see FieldInvertState). |
float |
SimilarityDelegator.computeNorm(String fieldName,
FieldInvertState state)
Deprecated. |
float |
DefaultSimilarity.computeNorm(String field,
FieldInvertState state)
Implemented as state.getBoost()*lengthNorm(numTerms), where
numTerms is getLength() if DefaultSimilarity.setDiscountOverlaps(boolean) is false, else it's getLength() - getNumOverlap(). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||