Class FetchSourcePhase
java.lang.Object
org.elasticsearch.search.fetch.subphase.FetchSourcePhase
- All Implemented Interfaces:
FetchSubPhase
public final class FetchSourcePhase extends java.lang.Object implements FetchSubPhase
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.search.fetch.FetchSubPhase
FetchSubPhase.HitContext -
Constructor Summary
Constructors Constructor Description FetchSourcePhase() -
Method Summary
Modifier and Type Method Description FetchSubPhaseProcessorgetProcessor(FetchContext fetchContext)Returns aFetchSubPhaseProcessorfor this sub phase.
-
Constructor Details
-
FetchSourcePhase
public FetchSourcePhase()
-
-
Method Details
-
getProcessor
Description copied from interface:FetchSubPhaseReturns aFetchSubPhaseProcessorfor this sub phase. If nothing should be executed for the providedFetchContext, then the implementation should returnnull- Specified by:
getProcessorin interfaceFetchSubPhase
-