Class IndexSettingsStarTree
java.lang.Object
org.opensearch.client.opensearch.indices.IndexSettingsStarTree
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<IndexSettingsStarTree.Builder,IndexSettingsStarTree>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class IndexSettingsStarTree
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<IndexSettingsStarTree.Builder,IndexSettingsStarTree>
The star tree indexing configuration.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexSettingsStarTree> Json deserializer forIndexSettingsStarTree -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default_()API name:defaultbooleanfield()API name:fieldinthashCode()final IntegerAPI name:max_fieldsstatic IndexSettingsStarTreevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexSettingsStarTree
-
-
Method Details
-
of
public static IndexSettingsStarTree of(Function<IndexSettingsStarTree.Builder, ObjectBuilder<IndexSettingsStarTree>> fn) -
default_
API name:default -
field
API name:field -
maxFields
API name:max_fields -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<IndexSettingsStarTree.Builder,IndexSettingsStarTree> - Returns:
- a new builder instance.
-
builder
-
setupIndexSettingsStarTreeDeserializer
protected static void setupIndexSettingsStarTreeDeserializer(ObjectDeserializer<IndexSettingsStarTree.Builder> op) -
hashCode
public int hashCode() -
equals
-