Class StandardTokenizer
java.lang.Object
org.opensearch.client.opensearch._types.analysis.TokenizerBase
org.opensearch.client.opensearch._types.analysis.StandardTokenizer
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,TokenizerDefinitionVariant,ToCopyableBuilder<StandardTokenizer.Builder,StandardTokenizer>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class StandardTokenizer
extends TokenizerBase
implements TokenizerDefinitionVariant, ToCopyableBuilder<StandardTokenizer.Builder,StandardTokenizer>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.analysis.TokenizerBase
TokenizerBase.AbstractBuilder<BuilderT extends TokenizerBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<StandardTokenizer> Json deserializer forStandardTokenizer -
Method Summary
Modifier and TypeMethodDescriptionTokenizerDefinitionvariant kind.static StandardTokenizer.Builderbuilder()booleaninthashCode()final IntegerAPI name:max_token_lengthstatic StandardTokenizerprotected 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 org.opensearch.client.opensearch._types.analysis.TokenizerBase
serialize, setupTokenizerBaseDeserializer, versionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.JsonpSerializable
serializeMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copyMethods inherited from interface org.opensearch.client.opensearch._types.analysis.TokenizerDefinitionVariant
toTokenizerDefinition
-
Field Details
-
_DESERIALIZER
Json deserializer forStandardTokenizer
-
-
Method Details
-
of
public static StandardTokenizer of(Function<StandardTokenizer.Builder, ObjectBuilder<StandardTokenizer>> fn) -
_tokenizerDefinitionKind
TokenizerDefinitionvariant kind.- Specified by:
_tokenizerDefinitionKindin interfaceTokenizerDefinitionVariant
-
maxTokenLength
API name:max_token_length -
serializeInternal
- Overrides:
serializeInternalin classTokenizerBase
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<StandardTokenizer.Builder,StandardTokenizer> - Returns:
- a new builder instance.
-
builder
-
setupStandardTokenizerDeserializer
protected static void setupStandardTokenizerDeserializer(ObjectDeserializer<StandardTokenizer.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classTokenizerBase
-
equals
- Overrides:
equalsin classTokenizerBase
-