Class ExistsQuery
java.lang.Object
org.opensearch.client.opensearch._types.query_dsl.QueryBase
org.opensearch.client.opensearch._types.query_dsl.ExistsQuery
- All Implemented Interfaces:
ToJsonp
public final class ExistsQuery extends QueryBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExistsQuery.BuilderBuilder forExistsQuery.Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.query_dsl.QueryBase
QueryBase.AbstractBuilder<BuilderT extends QueryBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ExistsQuery>DESERIALIZERJson deserializer for ExistsQuery -
Constructor Summary
Constructors Modifier Constructor Description protectedExistsQuery(ExistsQuery.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.Stringfield()API name:fieldprotected static voidsetupExistsQueryDeserializer(DelegatingDeserializer<ExistsQuery.Builder> op)protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Methods inherited from class org.opensearch.client.opensearch._types.query_dsl.QueryBase
boost, name, setupQueryBaseDeserializer, toJsonp
-
Field Details
-
DESERIALIZER
Json deserializer for ExistsQuery
-
-
Constructor Details
-
Method Details
-
field
@Nullable public java.lang.String field()API name:field -
toJsonpInternal
- Overrides:
toJsonpInternalin classQueryBase
-
setupExistsQueryDeserializer
-