Package org.elasticsearch.search.suggest
Class SuggestPhase
java.lang.Object
org.elasticsearch.search.suggest.SuggestPhase
- All Implemented Interfaces:
SearchPhase
public class SuggestPhase extends java.lang.Object implements SearchPhase
Suggest phase of a search request, used to collect suggestions
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.search.SearchPhase
SearchPhase.SearchContextSourcePrinter -
Constructor Summary
Constructors Constructor Description SuggestPhase() -
Method Summary
Modifier and Type Method Description voidexecute(SearchContext context)Executes the search phasevoidpreProcess(SearchContext context)Performs pre processing of the search context before the execute.
-
Constructor Details
-
SuggestPhase
public SuggestPhase()
-
-
Method Details
-
preProcess
Description copied from interface:SearchPhasePerforms pre processing of the search context before the execute.- Specified by:
preProcessin interfaceSearchPhase
-
execute
Description copied from interface:SearchPhaseExecutes the search phase- Specified by:
executein interfaceSearchPhase
-