Class GeoBoundingBoxQuery
- java.lang.Object
-
- org.opensearch.client.opensearch._types.query_dsl.QueryBase
-
- org.opensearch.client.opensearch._types.query_dsl.GeoBoundingBoxQuery
-
- All Implemented Interfaces:
JsonpSerializable,QueryVariant
@JsonpDeserializable public class GeoBoundingBoxQuery extends QueryBase implements QueryVariant
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoBoundingBoxQuery.BuilderBuilder forGeoBoundingBoxQuery.-
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<GeoBoundingBoxQuery>_DESERIALIZERJson deserializer forGeoBoundingBoxQuery
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Query.Kind_queryKind()Query variant kind.GeoBoundsboundingBox()Required -java.lang.Stringfield()Required -java.lang.BooleanignoreUnmapped()API name:ignore_unmappedstatic GeoBoundingBoxQueryof(java.util.function.Function<GeoBoundingBoxQuery.Builder,ObjectBuilder<GeoBoundingBoxQuery>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupGeoBoundingBoxQueryDeserializer(ObjectDeserializer<GeoBoundingBoxQuery.Builder> op)GeoExecutiontype()Deprecated.7.14.0GeoValidationMethodvalidationMethod()API name:validation_method-
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<GeoBoundingBoxQuery> _DESERIALIZER
Json deserializer forGeoBoundingBoxQuery
-
-
Method Detail
-
of
public static GeoBoundingBoxQuery of(java.util.function.Function<GeoBoundingBoxQuery.Builder,ObjectBuilder<GeoBoundingBoxQuery>> fn)
-
_queryKind
public Query.Kind _queryKind()
Query variant kind.- Specified by:
_queryKindin interfaceQueryVariant
-
field
public final java.lang.String field()
Required -
-
boundingBox
public final GeoBounds boundingBox()
Required -
-
type
@Deprecated @Nullable public final GeoExecution type()
Deprecated.7.14.0API name:type
-
validationMethod
@Nullable public final GeoValidationMethod validationMethod()
API name:validation_method
-
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
-
setupGeoBoundingBoxQueryDeserializer
protected static void setupGeoBoundingBoxQueryDeserializer(ObjectDeserializer<GeoBoundingBoxQuery.Builder> op)
-
-