Class RescorePhase

org.elasticsearch.search.rescore.RescorePhase

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

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Constructor Details

    • RescorePhase

      public RescorePhase()
  • Method Details