Interface FetchSubPhase

All Known Implementing Classes:
ExplainPhase, FetchDocValuesPhase, FetchFieldsPhase, FetchScorePhase, FetchSourcePhase, FetchVersionPhase, HighlightPhase, InnerHitsPhase, MatchedQueriesPhase, ScriptFieldsPhase, SeqNoPrimaryTermPhase

public interface FetchSubPhase
Sub phase within the fetch phase used to fetch things *about* the documents like highlighting or matched queries.
  • Method Details

    • getProcessor

      FetchSubPhaseProcessor getProcessor​(FetchContext fetchContext) throws java.io.IOException
      Returns a FetchSubPhaseProcessor for this sub phase. If nothing should be executed for the provided FetchContext, then the implementation should return null
      Throws:
      java.io.IOException