Class GeoShapeQuery
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
co.elastic.clients.elasticsearch._types.query_dsl.GeoShapeQuery
- All Implemented Interfaces:
QueryVariant,JsonpSerializable
@JsonpDeserializable public class GeoShapeQuery extends QueryBase implements QueryVariant
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoShapeQuery.BuilderBuilder forGeoShapeQuery.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<GeoShapeQuery>_DESERIALIZERJson deserializer forGeoShapeQuery -
Method Summary
Modifier and Type Method Description Query.Kind_queryKind()Query variant kind.java.lang.Stringfield()Required -java.lang.BooleanignoreUnmapped()API name:ignore_unmappedstatic GeoShapeQueryof(java.util.function.Function<GeoShapeQuery.Builder,ObjectBuilder<GeoShapeQuery>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupGeoShapeQueryDeserializer(ObjectDeserializer<GeoShapeQuery.Builder> op)GeoShapeFieldQueryshape()Required -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 forGeoShapeQuery
-
-
Method Details
-
of
public static GeoShapeQuery of(java.util.function.Function<GeoShapeQuery.Builder,ObjectBuilder<GeoShapeQuery>> fn) -
_queryKind
Query variant kind.- Specified by:
_queryKindin interfaceQueryVariant
-
field
public final java.lang.String field()Required - -
shape
Required - -
ignoreUnmapped
@Nullable public final java.lang.Boolean ignoreUnmapped()API name:ignore_unmapped -
serializeInternal
- Overrides:
serializeInternalin classQueryBase
-
setupGeoShapeQueryDeserializer
-