Class FetchVersionPhase
java.lang.Object
org.opensearch.search.fetch.subphase.FetchVersionPhase
- All Implemented Interfaces:
FetchSubPhase
Fetches the version of a term during search phase
- Opensearch.internal:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.search.fetch.FetchSubPhase
FetchSubPhase.HitContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetProcessor
(FetchContext context) Returns aFetchSubPhaseProcessor
for this sub phase.
-
Constructor Details
-
FetchVersionPhase
public FetchVersionPhase()
-
-
Method Details
-
getProcessor
Description copied from interface:FetchSubPhase
Returns aFetchSubPhaseProcessor
for this sub phase.If nothing should be executed for the provided
FetchContext
, then the implementation should returnnull
- Specified by:
getProcessor
in interfaceFetchSubPhase
-