Package org.elasticsearch.search.suggest
Class SuggestPhase
- java.lang.Object
-
- org.elasticsearch.common.component.AbstractComponent
-
- org.elasticsearch.search.suggest.SuggestPhase
-
- All Implemented Interfaces:
SearchPhase
public class SuggestPhase extends AbstractComponent implements SearchPhase
Suggest phase of a search request, used to collect suggestions
-
-
Field Summary
-
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
deprecationLogger, logger, settings
-
-
Constructor Summary
Constructors Constructor Description SuggestPhase(Settings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(SearchContext context)Executes the search phasevoidpreProcess(SearchContext context)Performs pre processing of the search context before the execute.-
Methods inherited from class org.elasticsearch.common.component.AbstractComponent
nodeName
-
-
-
-
Constructor Detail
-
SuggestPhase
public SuggestPhase(Settings settings)
-
-
Method Detail
-
preProcess
public void preProcess(SearchContext context)
Description copied from interface:SearchPhasePerforms pre processing of the search context before the execute.- Specified by:
preProcessin interfaceSearchPhase
-
execute
public void execute(SearchContext context)
Description copied from interface:SearchPhaseExecutes the search phase- Specified by:
executein interfaceSearchPhase
-
-