@Experimental public class Scorers extends java.lang.Object
Scorer instances for text search.Scorer| Modifier and Type | Method and Description |
|---|---|
static Scorer |
bm25std() |
static Scorer |
bm25stdNorm() |
static Scorer |
dismax() |
static Scorer |
docscore() |
static Scorer |
hamming() |
static Scorer |
tfidf() |
static Scorer |
tfidfDocnorm() |
public static Scorer tfidf()
public static Scorer tfidfDocnorm()
public static Scorer bm25std()
public static Scorer bm25stdNorm()
public static Scorer dismax()
public static Scorer docscore()
public static Scorer hamming()
Copyright © 2026. All rights reserved.