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 extends Object>, Writeable.Writer<V extends Object>
-
Constructor Summary
ConstructorsConstructorDescriptionQuerySource
(BytesReference query, org.elasticsearch.xcontent.XContentType contentType) -
Method Summary
Modifier and TypeMethodDescriptionboolean
org.elasticsearch.xcontent.XContentType
getQuery()
int
hashCode()
void
writeTo
(StreamOutput out)
-
Constructor Details
-
QuerySource
-
-
Method Details