Class FetchDocValuesPhase
java.lang.Object
org.elasticsearch.search.fetch.subphase.FetchDocValuesPhase
- All Implemented Interfaces:
- FetchSubPhase
Fetch sub phase which pulls data from doc values.
 Specifying 
"docvalue_fields": ["field1", "field2"]- 
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- 
FetchDocValuesPhasepublic FetchDocValuesPhase()
 
- 
- 
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
 
 
-