Uses of Interface
org.elasticsearch.search.rescore.Rescorer
-
Packages that use Rescorer Package Description org.elasticsearch.search.rescore -
-
Uses of Rescorer in org.elasticsearch.search.rescore
Classes in org.elasticsearch.search.rescore that implement Rescorer Modifier and Type Class Description classQueryRescorerFields in org.elasticsearch.search.rescore declared as Rescorer Modifier and Type Field Description static RescorerQueryRescorer. INSTANCEMethods in org.elasticsearch.search.rescore that return Rescorer Modifier and Type Method Description RescorerRescoreContext. rescorer()The rescorer to actually apply.Constructors in org.elasticsearch.search.rescore with parameters of type Rescorer Constructor Description RescoreContext(int windowSize, Rescorer rescorer)Build the context.
-