Module org.elasticsearch.xcore
Class EnrichPolicy.QuerySource
java.lang.Object
org.elasticsearch.xpack.core.enrich.EnrichPolicy.QuerySource
- All Implemented Interfaces:
Writeable
- Enclosing class:
EnrichPolicy
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Constructor Summary
ConstructorsConstructorDescriptionQuerySource(BytesReference query, org.elasticsearch.xcontent.XContentType contentType) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.elasticsearch.xcontent.XContentTypegetQuery()inthashCode()voidwriteTo(StreamOutput out)
-
Constructor Details
-
QuerySource
-
-
Method Details