org.elasticsearch.action.explain
Class ExplainAction

java.lang.Object
  extended by org.elasticsearch.action.GenericAction<Request,Response>
      extended by org.elasticsearch.action.Action<ExplainRequest,ExplainResponse,ExplainRequestBuilder>
          extended by org.elasticsearch.action.explain.ExplainAction

public class ExplainAction
extends Action<ExplainRequest,ExplainResponse,ExplainRequestBuilder>

Entry point for the explain feature.


Field Summary
static ExplainAction INSTANCE
           
static String NAME
           
 
Method Summary
 ExplainRequestBuilder newRequestBuilder(Client client)
           
 ExplainResponse newResponse()
          Creates a new response instance.
 
Methods inherited from class org.elasticsearch.action.GenericAction
equals, hashCode, name, transportOptions
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final ExplainAction INSTANCE

NAME

public static final String NAME
See Also:
Constant Field Values
Method Detail

newRequestBuilder

public ExplainRequestBuilder newRequestBuilder(Client client)
Specified by:
newRequestBuilder in class Action<ExplainRequest,ExplainResponse,ExplainRequestBuilder>

newResponse

public ExplainResponse newResponse()
Description copied from class: GenericAction
Creates a new response instance.

Specified by:
newResponse in class GenericAction<ExplainRequest,ExplainResponse>


Copyright © 2009-2012. All Rights Reserved.