Class RescorePhase

java.lang.Object
org.elasticsearch.search.rescore.RescorePhase

public class RescorePhase
extends java.lang.Object
Rescore phase of a search request, used to run potentially expensive scoring models against the top matching documents.
  • Constructor Summary

    Constructors
    Constructor Description
    RescorePhase()  
  • Method Summary

    Modifier and Type Method Description
    void execute​(SearchContext context)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RescorePhase

      public RescorePhase()
  • Method Details