Class MatchedQueriesPhase
java.lang.Object
org.elasticsearch.search.fetch.subphase.MatchedQueriesPhase
- 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- 
MatchedQueriesPhasepublic MatchedQueriesPhase()
 
- 
- 
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
- Throws:
- IOException
 
 
-