org.elasticsearch.search.facet
Class FacetsPhase

java.lang.Object
  extended by org.elasticsearch.search.facet.FacetsPhase
All Implemented Interfaces:
SearchPhase

public class FacetsPhase
extends java.lang.Object
implements SearchPhase


Constructor Summary
FacetsPhase()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacetsPhase

public FacetsPhase()
Method Detail

parseElements

public java.util.Map<java.lang.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 context)
             throws ElasticSearchException
Specified by:
execute in interface SearchPhase
Throws:
ElasticSearchException