Module org.elasticsearch.server
Class ScriptFieldsPhase
java.lang.Object
org.elasticsearch.search.fetch.subphase.ScriptFieldsPhase
- All Implemented Interfaces:
- FetchSubPhase
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.elasticsearch.search.fetch.FetchSubPhaseFetchSubPhase.HitContext
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetProcessor(FetchContext context) Returns aFetchSubPhaseProcessorfor this sub phase.
- 
Constructor Details- 
ScriptFieldsPhasepublic ScriptFieldsPhase()
 
- 
- 
Method Details- 
getProcessorDescription copied from interface:FetchSubPhaseReturns aFetchSubPhaseProcessorfor this sub phase. If nothing should be executed for the providedFetchContext, then the implementation should returnnull- Specified by:
- getProcessorin interface- FetchSubPhase
 
 
-