Package org.elasticsearch.client.enrich
Class NamedPolicy
- java.lang.Object
-
- org.elasticsearch.client.enrich.NamedPolicy
-
public final class NamedPolicy extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NamedPolicyfromXContent(XContentParser parser)List<String>getEnrichFields()List<String>getIndices()StringgetMatchField()StringgetName()BytesReferencegetQuery()StringgetType()
-
-
-
Method Detail
-
fromXContent
public static NamedPolicy fromXContent(XContentParser parser) throws IOException
- Throws:
IOException
-
getType
public String getType()
-
getName
public String getName()
-
getQuery
public BytesReference getQuery()
-
getMatchField
public String getMatchField()
-
-