AggregationPhase, DfsPhase, FetchPhase, QueryPhase, RescorePhase, SuggestPhasepublic interface SearchPhase
| Modifier and Type | Method | Description |
|---|---|---|
void |
execute(SearchContext context) |
Executes the search phase
|
void |
preProcess(SearchContext context) |
Performs pre processing of the search context before the execute.
|
void preProcess(SearchContext context)
void execute(SearchContext context)