public class QueryPhase extends Object implements SearchPhase
| Constructor and Description |
|---|
QueryPhase(AggregationPhase aggregationPhase,
SuggestPhase suggestPhase,
RescorePhase rescorePhase) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(SearchContext searchContext) |
Map<String,? extends SearchParseElement> |
parseElements() |
void |
preProcess(SearchContext context)
Performs pre processing of the search context before the execute.
|
@Inject public QueryPhase(AggregationPhase aggregationPhase, SuggestPhase suggestPhase, RescorePhase rescorePhase)
public Map<String,? extends SearchParseElement> parseElements()
parseElements in interface SearchPhasepublic void preProcess(SearchContext context)
SearchPhasepreProcess in interface SearchPhasepublic void execute(SearchContext searchContext) throws QueryPhaseExecutionException
execute in interface SearchPhaseQueryPhaseExecutionExceptionCopyright © 2009–2017. All rights reserved.