Class ExistsQuery
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
co.elastic.clients.elasticsearch._types.query_dsl.ExistsQuery
- All Implemented Interfaces:
QueryVariant,JsonpSerializable
@JsonpDeserializable public class ExistsQuery extends QueryBase implements QueryVariant
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExistsQuery.BuilderBuilder forExistsQuery.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
QueryBase.AbstractBuilder<BuilderT extends QueryBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ExistsQuery>_DESERIALIZERJson deserializer forExistsQuery -
Method Summary
Modifier and Type Method Description Query.Kind_queryKind()Query variant kind.java.lang.Stringfield()Required - API name:fieldstatic ExistsQueryof(java.util.function.Function<ExistsQuery.Builder,ObjectBuilder<ExistsQuery>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupExistsQueryDeserializer(ObjectDeserializer<ExistsQuery.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
boost, queryName, serialize, setupQueryBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.query_dsl.QueryVariant
_toQuery
-
Field Details
-
_DESERIALIZER
Json deserializer forExistsQuery
-
-
Method Details
-
of
public static ExistsQuery of(java.util.function.Function<ExistsQuery.Builder,ObjectBuilder<ExistsQuery>> fn) -
_queryKind
Query variant kind.- Specified by:
_queryKindin interfaceQueryVariant
-
field
public final java.lang.String field()Required - API name:field -
serializeInternal
- Overrides:
serializeInternalin classQueryBase
-
setupExistsQueryDeserializer
-