Class FetchScorePhase
java.lang.Object
org.elasticsearch.search.fetch.subphase.FetchScorePhase
- All Implemented Interfaces:
 FetchSubPhase
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.search.fetch.FetchSubPhase
FetchSubPhase.HitContext - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetProcessor(FetchContext context)Returns aFetchSubPhaseProcessorfor this sub phase. 
- 
Constructor Details
- 
FetchScorePhase
public FetchScorePhase() 
 - 
 - 
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- Throws:
 IOException
 
 -