java.lang.Object
org.elasticsearch.search.rescore.RescorePhase
Rescore phase of a search request, used to run potentially expensive scoring models against the top matching documents.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
execute
(SearchContext context) static boolean
validateSort
(SortAndFormats sortAndFormats) Returns whether the providedSortAndFormats
can be used to rescore top documents.
-
Method Details
-
execute
-
validateSort
Returns whether the providedSortAndFormats
can be used to rescore top documents.
-