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 voidhitExecute(SearchContext context, FetchSubPhase.HitContext hitContext)Executes the hit level phase, with a reader and doc id (note, its a low level reader, and the matching doc).
-
Constructor Details
-
FetchSourcePhase
public FetchSourcePhase()
-
-
Method Details
-
hitExecute
Description copied from interface:FetchSubPhaseExecutes the hit level phase, with a reader and doc id (note, its a low level reader, and the matching doc).- Specified by:
hitExecutein interfaceFetchSubPhase
-