public class FetchPhase extends java.lang.Object implements SearchPhase
Constructor and Description |
---|
FetchPhase(java.util.List<FetchSubPhase> fetchSubPhases) |
Modifier and Type | Method and Description |
---|---|
void |
execute(SearchContext context)
Executes the search phase
|
void |
preProcess(SearchContext context)
Performs pre processing of the search context before the execute.
|
public FetchPhase(java.util.List<FetchSubPhase> fetchSubPhases)
public void preProcess(SearchContext context)
SearchPhase
preProcess
in interface SearchPhase
public void execute(SearchContext context)
SearchPhase
execute
in interface SearchPhase