org.elasticsearch.search
Interface SearchPhase

All Known Implementing Classes:
DfsPhase, FacetPhase, FetchPhase, QueryPhase

public interface SearchPhase


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

Method Detail

parseElements

Map<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


Copyright © 2009-2012. All Rights Reserved.