org.elasticsearch.search.query
Class QueryPhase

java.lang.Object
  extended by org.elasticsearch.search.query.QueryPhase
All Implemented Interfaces:
SearchPhase

public class QueryPhase
extends Object
implements SearchPhase


Constructor Summary
QueryPhase(FacetPhase facetPhase)
           
 
Method Summary
 void execute(SearchContext searchContext)
           
 Map<String,? extends SearchParseElement> parseElements()
           
 void preProcess(SearchContext context)
          Performs pre processing of the search context before the execute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryPhase

@Inject
public QueryPhase(FacetPhase facetPhase)
Method Detail

parseElements

public Map<String,? extends SearchParseElement> parseElements()
Specified by:
parseElements in interface SearchPhase

preProcess

public void preProcess(SearchContext context)
Description copied from interface: SearchPhase
Performs pre processing of the search context before the execute.

Specified by:
preProcess in interface SearchPhase

execute

public void execute(SearchContext searchContext)
             throws QueryPhaseExecutionException
Specified by:
execute in interface SearchPhase
Throws:
QueryPhaseExecutionException


Copyright © 2009-2012. All Rights Reserved.