Class IndexSettingsAnalysis
java.lang.Object
org.opensearch.client.opensearch.indices.IndexSettingsAnalysis
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<IndexSettingsAnalysis.Builder,IndexSettingsAnalysis>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class IndexSettingsAnalysis
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<IndexSettingsAnalysis.Builder,IndexSettingsAnalysis>
The text analysis configuration.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexSettingsAnalysis> Json deserializer forIndexSettingsAnalysis -
Method Summary
Modifier and TypeMethodDescriptionanalyzer()The custom analyzer configurations.builder()final Map<String, CharFilter> The custom character filter configurations.booleanfinal Map<String, TokenFilter> filter()The custom token filter configurations.inthashCode()final Map<String, Normalizer> The custom normalizer configurations.static IndexSettingsAnalysisvoidserialize(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.The custom tokenizer configurations.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 forIndexSettingsAnalysis
-
-
Method Details
-
of
public static IndexSettingsAnalysis of(Function<IndexSettingsAnalysis.Builder, ObjectBuilder<IndexSettingsAnalysis>> fn) -
analyzer
The custom analyzer configurations.API name:
analyzer -
charFilter
The custom character filter configurations.API name:
char_filter -
filter
The custom token filter configurations.API name:
filter -
normalizer
The custom normalizer configurations.API name:
normalizer -
tokenizer
The custom tokenizer configurations.API name:
tokenizer -
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<IndexSettingsAnalysis.Builder,IndexSettingsAnalysis> - Returns:
- a new builder instance.
-
builder
-
setupIndexSettingsAnalysisDeserializer
protected static void setupIndexSettingsAnalysisDeserializer(ObjectDeserializer<IndexSettingsAnalysis.Builder> op) -
hashCode
public int hashCode() -
equals
-