Module org.elasticsearch.xcore
Class TermsEnumAction
java.lang.Object
org.elasticsearch.action.ActionType<TermsEnumResponse>
org.elasticsearch.xpack.core.termsenum.action.TermsEnumAction
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TermsEnumActionstatic final Stringstatic final RemoteClusterActionType<TermsEnumResponse> -
Method Summary
Modifier and TypeMethodDescriptionstatic TermsEnumRequestfromXContent(org.elasticsearch.xcontent.XContentParser parser, String... indices)
-
Field Details
-
INSTANCE
-
NAME
- See Also:
-
REMOTE_TYPE
-
-
Method Details
-
fromXContent
public static TermsEnumRequest fromXContent(org.elasticsearch.xcontent.XContentParser parser, String... indices) throws IOException - Throws:
IOException
-