Package org.opensearch.search.rescore
package org.opensearch.search.rescore
Base Query rescorer package.
-
ClassDescriptionWhat mode the rescorer should operate inA concrete query rescorer used to re-rank the Top-K results of a previously executed search.Context used during query rescoringBuilds a query rescorer objectContext available to the rescore while it is running.RescoreProcessor of a search request, used to run potentially expensive scoring models against the top matching documents.A query rescorer interface used to re-rank the Top-K results of a previously executed search.RescorerBuilder<RB extends RescorerBuilder<RB>>The abstract base builder for instances of
RescorerBuilder
.