Uses of Class
org.elasticsearch.search.rescore.RescoreContext
-
Packages that use RescoreContext Package Description org.elasticsearch.search.internal org.elasticsearch.search.rescore -
-
Uses of RescoreContext in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal that return types with arguments of type RescoreContext Modifier and Type Method Description List<RescoreContext>FilteredSearchContext. rescore()abstract List<RescoreContext>SearchContext. rescore()Methods in org.elasticsearch.search.internal with parameters of type RescoreContext Modifier and Type Method Description voidFilteredSearchContext. addRescore(RescoreContext rescore)abstract voidSearchContext. addRescore(RescoreContext rescore)voidSubSearchContext. addRescore(RescoreContext rescore) -
Uses of RescoreContext in org.elasticsearch.search.rescore
Subclasses of RescoreContext in org.elasticsearch.search.rescore Modifier and Type Class Description static classQueryRescorer.QueryRescoreContextMethods in org.elasticsearch.search.rescore that return RescoreContext Modifier and Type Method Description RescoreContextRescorerBuilder. buildContext(QueryShardContext context)Build the RescoreContext that will be used to actually execute the rescore against a particular shard.protected abstract RescoreContextRescorerBuilder. innerBuildContext(int windowSize, QueryShardContext context)Extensions override this to build the context that they need for rescoring.Methods in org.elasticsearch.search.rescore with parameters of type RescoreContext Modifier and Type Method Description ExplanationQueryRescorer. explain(int topLevelDocId, IndexSearcher searcher, RescoreContext rescoreContext, Explanation sourceExplanation)ExplanationRescorer. explain(int topLevelDocId, IndexSearcher searcher, RescoreContext rescoreContext, Explanation sourceExplanation)Executes anExplanationphase on the rescorer.TopDocsQueryRescorer. rescore(TopDocs topDocs, IndexSearcher searcher, RescoreContext rescoreContext)TopDocsRescorer. rescore(TopDocs topDocs, IndexSearcher searcher, RescoreContext rescoreContext)Modifies the result of the previously executed search (TopDocs) in place based on the givenRescoreContext.
-