|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Norm | |
---|---|
org.apache.lucene.search.similarities | This package contains the various ranking models that can be used in Lucene. |
Uses of Norm in org.apache.lucene.search.similarities |
---|
Methods in org.apache.lucene.search.similarities with parameters of type Norm | |
---|---|
void |
TFIDFSimilarity.computeNorm(FieldInvertState state,
Norm norm)
|
void |
SimilarityBase.computeNorm(FieldInvertState state,
Norm norm)
Encodes the document length in the same way as TFIDFSimilarity . |
abstract void |
Similarity.computeNorm(FieldInvertState state,
Norm norm)
Computes the normalization value for a field, given the accumulated state of term processing for this field (see FieldInvertState ). |
void |
PerFieldSimilarityWrapper.computeNorm(FieldInvertState state,
Norm norm)
|
void |
MultiSimilarity.computeNorm(FieldInvertState state,
Norm norm)
|
void |
BM25Similarity.computeNorm(FieldInvertState state,
Norm norm)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |