public class QueryPhase extends java.lang.Object implements SearchPhase
Constructor and Description |
---|
QueryPhase(Settings settings) |
Modifier and Type | Method and Description |
---|---|
void |
execute(SearchContext searchContext)
Executes the search phase
|
void |
preProcess(SearchContext context)
Performs pre processing of the search context before the execute.
|
public QueryPhase(Settings settings)
public void preProcess(SearchContext context)
SearchPhase
preProcess
in interface SearchPhase
public void execute(SearchContext searchContext) throws QueryPhaseExecutionException
SearchPhase
execute
in interface SearchPhase
QueryPhaseExecutionException