SearchPhasepublic class SuggestPhase extends AbstractComponent implements SearchPhase
deprecationLogger, logger, settings| Constructor | Description |
|---|---|
SuggestPhase(Settings settings) |
| 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.
|
logDeprecatedSetting, logRemovedSetting, nodeNamepublic SuggestPhase(Settings settings)
public void preProcess(SearchContext context)
SearchPhasepreProcess in interface SearchPhasepublic void execute(SearchContext context)
SearchPhaseexecute in interface SearchPhase