Class FetchPhase

java.lang.Object
org.elasticsearch.search.fetch.FetchPhase

public class FetchPhase
extends java.lang.Object
Fetch phase of a search request, used to fetch the actual top matching documents to be returned to the client, identified after reducing all of the matches returned by the query phase
  • Constructor Summary

    Constructors
    Constructor Description
    FetchPhase​(java.util.List<FetchSubPhase> fetchSubPhases)  
  • 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

    • FetchPhase

      public FetchPhase​(java.util.List<FetchSubPhase> fetchSubPhases)
  • Method Details