Class MatchedQueriesPhase
java.lang.Object
org.elasticsearch.search.fetch.subphase.MatchedQueriesPhase
- All Implemented Interfaces:
FetchSubPhase
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.search.fetch.FetchSubPhase
FetchSubPhase.HitContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetProcessor(FetchContext context)
Returns aFetchSubPhaseProcessor
for this sub phase.
-
Constructor Details
-
MatchedQueriesPhase
public MatchedQueriesPhase()
-
-
Method Details
-
getProcessor
Description copied from interface:FetchSubPhase
Returns aFetchSubPhaseProcessor
for this sub phase. If nothing should be executed for the providedFetchContext
, then the implementation should returnnull
- Specified by:
getProcessor
in interfaceFetchSubPhase
- Throws:
IOException
-