Class RescorePhase

  • All Implemented Interfaces:
    SearchPhase

    public class RescorePhase
    extends java.lang.Object
    implements SearchPhase
    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)
      Executes the search phase
      void preProcess​(SearchContext context)
      Performs pre processing of the search context before the execute.
      • Methods inherited from class java.lang.Object

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

      • RescorePhase

        public RescorePhase()