Package | Description |
---|---|
org.apache.lucene.search.similarities |
This package contains the various ranking models that can be used in Lucene.
|
Modifier and Type | Method and Description |
---|---|
long |
TFIDFSimilarity.computeNorm(FieldInvertState state) |
long |
BooleanSimilarity.computeNorm(FieldInvertState state) |
long |
MultiSimilarity.computeNorm(FieldInvertState state) |
long |
SimilarityBase.computeNorm(FieldInvertState state)
Encodes the document length in the same way as
BM25Similarity . |
long |
BM25Similarity.computeNorm(FieldInvertState state) |
long |
PerFieldSimilarityWrapper.computeNorm(FieldInvertState state) |
abstract long |
Similarity.computeNorm(FieldInvertState state)
Computes the normalization value for a field, given the accumulated
state of term processing for this field (see
FieldInvertState ). |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.