Class GeoPolygonQuery
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
co.elastic.clients.elasticsearch._types.query_dsl.GeoPolygonQuery
- All Implemented Interfaces:
QueryVariant,JsonpSerializable
@Deprecated
@JsonpDeserializable
public class GeoPolygonQuery
extends QueryBase
implements QueryVariant
Deprecated.
7.12.0 Use geo-shape instead.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
QueryBase.AbstractBuilder<BuilderT extends QueryBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GeoPolygonQuery>Deprecated.Json deserializer forGeoPolygonQuery -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Query variant kind.final Stringfield()Deprecated.Required -final BooleanDeprecated.API name:ignore_unmappedstatic GeoPolygonQueryDeprecated.final GeoPolygonPointspolygon()Deprecated.Required -protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Deprecated.protected static voidDeprecated.final GeoValidationMethodDeprecated.API name:validation_methodMethods inherited from class co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
boost, queryName, serialize, setupQueryBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.query_dsl.QueryVariant
_toQuery
-
Field Details
-
_DESERIALIZER
Deprecated.Json deserializer forGeoPolygonQuery
-
-
Method Details
-
of
public static GeoPolygonQuery of(Function<GeoPolygonQuery.Builder, ObjectBuilder<GeoPolygonQuery>> fn) Deprecated. -
_queryKind
Deprecated.Query variant kind.- Specified by:
_queryKindin interfaceQueryVariant
-
field
Deprecated.Required - -
polygon
Deprecated.Required - -
validationMethod
Deprecated.API name:validation_method -
ignoreUnmapped
Deprecated.API name:ignore_unmapped -
serializeInternal
Deprecated.- Overrides:
serializeInternalin classQueryBase
-
setupGeoPolygonQueryDeserializer
protected static void setupGeoPolygonQueryDeserializer(ObjectDeserializer<GeoPolygonQuery.Builder> op) Deprecated.
-