Package org.elasticsearch.action.explain
Class ExplainAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<ExplainResponse>
-
- org.elasticsearch.action.explain.ExplainAction
-
public class ExplainAction extends ActionType<ExplainResponse>
Entry point for the explain feature.
-
-
Field Summary
Fields Modifier and Type Field Description static ExplainActionINSTANCEstatic StringNAME
-
-
-
Field Detail
-
INSTANCE
public static final ExplainAction INSTANCE
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-