Class GeoShapeQuery
- java.lang.Object
-
- org.opensearch.client.opensearch._types.query_dsl.QueryBase
-
- org.opensearch.client.opensearch._types.query_dsl.GeoShapeQuery
-
- All Implemented Interfaces:
JsonpSerializable,QueryVariant
@JsonpDeserializable public class GeoShapeQuery extends QueryBase implements QueryVariant
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoShapeQuery.BuilderBuilder forGeoShapeQuery.-
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<GeoShapeQuery>_DESERIALIZERJson deserializer forGeoShapeQuery
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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 org.opensearch.client.opensearch._types.query_dsl.QueryBase
boost, queryName, serialize, setupQueryBaseDeserializer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensearch.client.opensearch._types.query_dsl.QueryVariant
_toQuery
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<GeoShapeQuery> _DESERIALIZER
Json deserializer forGeoShapeQuery
-
-
Method Detail
-
of
public static GeoShapeQuery of(java.util.function.Function<GeoShapeQuery.Builder,ObjectBuilder<GeoShapeQuery>> fn)
-
_queryKind
public Query.Kind _queryKind()
Query variant kind.- Specified by:
_queryKindin interfaceQueryVariant
-
field
public final java.lang.String field()
Required -
-
shape
public final GeoShapeFieldQuery shape()
Required -
-
ignoreUnmapped
@Nullable public final java.lang.Boolean ignoreUnmapped()
API name:ignore_unmapped
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)- Overrides:
serializeInternalin classQueryBase
-
setupGeoShapeQueryDeserializer
protected static void setupGeoShapeQueryDeserializer(ObjectDeserializer<GeoShapeQuery.Builder> op)
-
-