Class SearchTemplateAction
- java.lang.Object
-
- org.elasticsearch.action.Action<SearchTemplateResponse>
-
- org.elasticsearch.script.mustache.SearchTemplateAction
-
public class SearchTemplateAction extends Action<SearchTemplateResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static SearchTemplateActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description SearchTemplateResponsenewResponse()-
Methods inherited from class org.elasticsearch.action.Action
equals, getResponseReader, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final SearchTemplateAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public SearchTemplateResponse newResponse()
- Specified by:
newResponsein classAction<SearchTemplateResponse>
-
-