Package org.elasticsearch.search.fetch
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.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetProcessor(FetchContext fetchContext)Returns aFetchSubPhaseProcessorfor this sub phase.
-
Method Details
-
getProcessor
Returns aFetchSubPhaseProcessorfor this sub phase. If nothing should be executed for the providedFetchContext, then the implementation should returnnull- Throws:
IOException
-