Class ShapeProperty
- 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.ShapeProperty
-
- All Implemented Interfaces:
JsonpSerializable,PropertyVariant
@JsonpDeserializable public class ShapeProperty extends DocValuesPropertyBase implements PropertyVariant
Theshapedata type facilitates the indexing of and searching with arbitraryx, ycartesian shapes such as rectangles and polygons.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShapeProperty.BuilderBuilder forShapeProperty.-
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<ShapeProperty>_DESERIALIZERJson deserializer forShapeProperty
-
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 ShapePropertyof(java.util.function.Function<ShapeProperty.Builder,ObjectBuilder<ShapeProperty>> fn)GeoOrientationorientation()API name:orientationprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupShapePropertyDeserializer(ObjectDeserializer<ShapeProperty.Builder> op)-
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<ShapeProperty> _DESERIALIZER
Json deserializer forShapeProperty
-
-
Method Detail
-
of
public static ShapeProperty of(java.util.function.Function<ShapeProperty.Builder,ObjectBuilder<ShapeProperty>> 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
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)- Overrides:
serializeInternalin classDocValuesPropertyBase
-
setupShapePropertyDeserializer
protected static void setupShapePropertyDeserializer(ObjectDeserializer<ShapeProperty.Builder> op)
-
-