Class GeoShapeProperty
- java.lang.Object
-
- org.opensearch.client.opensearch._types.mapping.PropertyBase
-
- org.opensearch.client.opensearch._types.mapping.CorePropertyBase
-
- org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase
-
- org.opensearch.client.opensearch._types.mapping.GeoShapeProperty
-
- All Implemented Interfaces:
JsonpSerializable,PropertyVariant
@JsonpDeserializable public class GeoShapeProperty extends DocValuesPropertyBase implements PropertyVariant
Thegeo_shapedata type facilitates the indexing of and searching with arbitrary geo shapes such as rectangles and polygons.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoShapeProperty.BuilderBuilder forGeoShapeProperty.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase
DocValuesPropertyBase.AbstractBuilder<BuilderT extends DocValuesPropertyBase.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GeoShapeProperty>_DESERIALIZERJson deserializer forGeoShapeProperty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Property.Kind_propertyKind()Property variant kind.java.lang.Booleancoerce()API name:coercejava.lang.BooleanignoreMalformed()API name:ignore_malformedjava.lang.BooleanignoreZValue()API name:ignore_z_valuestatic GeoShapePropertyof(java.util.function.Function<GeoShapeProperty.Builder,ObjectBuilder<GeoShapeProperty>> fn)GeoOrientationorientation()API name:orientationprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupGeoShapePropertyDeserializer(ObjectDeserializer<GeoShapeProperty.Builder> op)GeoStrategystrategy()API name:strategy-
Methods inherited from class org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase
docValues, setupDocValuesPropertyBaseDeserializer
-
Methods inherited from class org.opensearch.client.opensearch._types.mapping.CorePropertyBase
copyTo, setupCorePropertyBaseDeserializer, similarity, store
-
Methods inherited from class org.opensearch.client.opensearch._types.mapping.PropertyBase
dynamic, fields, ignoreAbove, localMetadata, meta, name, properties, serialize, setupPropertyBaseDeserializer
-
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.json.JsonpSerializable
serialize
-
Methods inherited from interface org.opensearch.client.opensearch._types.mapping.PropertyVariant
_toProperty
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<GeoShapeProperty> _DESERIALIZER
Json deserializer forGeoShapeProperty
-
-
Method Detail
-
of
public static GeoShapeProperty of(java.util.function.Function<GeoShapeProperty.Builder,ObjectBuilder<GeoShapeProperty>> fn)
-
_propertyKind
public Property.Kind _propertyKind()
Property variant kind.- Specified by:
_propertyKindin interfacePropertyVariant
-
coerce
@Nullable public final java.lang.Boolean coerce()
API name:coerce
-
ignoreMalformed
@Nullable public final java.lang.Boolean ignoreMalformed()
API name:ignore_malformed
-
ignoreZValue
@Nullable public final java.lang.Boolean ignoreZValue()
API name:ignore_z_value
-
orientation
@Nullable public final GeoOrientation orientation()
API name:orientation
-
strategy
@Nullable public final GeoStrategy strategy()
API name:strategy
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)- Overrides:
serializeInternalin classDocValuesPropertyBase
-
setupGeoShapePropertyDeserializer
protected static void setupGeoShapePropertyDeserializer(ObjectDeserializer<GeoShapeProperty.Builder> op)
-
-