org.elasticsearch.search
Interface SearchPhase

All Known Implementing Classes:
DfsPhase, FacetsPhase, FetchPhase, HighlightPhase, QueryPhase

public interface SearchPhase


Method Summary
 void execute(SearchContext context)
           
 java.util.Map<java.lang.String,? extends SearchParseElement> parseElements()
           
 void preProcess(SearchContext context)
          Performs pre processing of the search context before the execute.
 

Method Detail

parseElements

java.util.Map<java.lang.String,? extends SearchParseElement> parseElements()

preProcess

void preProcess(SearchContext context)
Performs pre processing of the search context before the execute.


execute

void execute(SearchContext context)
             throws ElasticSearchException
Throws:
ElasticSearchException