org.elasticsearch.search.dfs
Class DfsPhase

java.lang.Object
  extended by org.elasticsearch.search.dfs.DfsPhase
All Implemented Interfaces:
SearchPhase

public class DfsPhase
extends Object
implements SearchPhase


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

Constructor Detail

DfsPhase

public DfsPhase()
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 context)
Specified by:
execute in interface SearchPhase


Copyright © 2009-2012. All Rights Reserved.