Class FetchDocValuesPhase
java.lang.Object
org.elasticsearch.search.fetch.subphase.FetchDocValuesPhase
- All Implemented Interfaces:
FetchSubPhase
public final class FetchDocValuesPhase extends java.lang.Object implements FetchSubPhase
Fetch sub phase which pulls data from doc values.
Specifying
"docvalue_fields": ["field1", "field2"]-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.search.fetch.FetchSubPhase
FetchSubPhase.HitContext -
Constructor Summary
Constructors Constructor Description FetchDocValuesPhase() -
Method Summary
Modifier and Type Method Description FetchSubPhaseProcessorgetProcessor(FetchContext context)Returns aFetchSubPhaseProcessorfor this sub phase.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FetchDocValuesPhase
public FetchDocValuesPhase()
-
-
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
-