SearchPhasepublic class FetchPhase extends java.lang.Object implements SearchPhase
| Constructor | Description |
|---|---|
FetchPhase(java.util.List<FetchSubPhase> fetchSubPhases) |
| 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.
|
public FetchPhase(java.util.List<FetchSubPhase> fetchSubPhases)
public void preProcess(SearchContext context)
SearchPhasepreProcess in interface SearchPhasepublic void execute(SearchContext context)
SearchPhaseexecute in interface SearchPhase