Class KeywordMarkerTokenFilter
java.lang.Object
org.opensearch.client.opensearch._types.analysis.TokenFilterBase
org.opensearch.client.opensearch._types.analysis.KeywordMarkerTokenFilter
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,TokenFilterDefinitionVariant,ToCopyableBuilder<KeywordMarkerTokenFilter.Builder,KeywordMarkerTokenFilter>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class KeywordMarkerTokenFilter
extends TokenFilterBase
implements TokenFilterDefinitionVariant, ToCopyableBuilder<KeywordMarkerTokenFilter.Builder,KeywordMarkerTokenFilter>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.analysis.TokenFilterBase
TokenFilterBase.AbstractBuilder<BuilderT extends TokenFilterBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<KeywordMarkerTokenFilter> Json deserializer forKeywordMarkerTokenFilter -
Method Summary
Modifier and TypeMethodDescriptionTokenFilterDefinitionvariant kind.builder()booleaninthashCode()final BooleanAPI name:ignore_casekeywords()API name:keywordsfinal StringAPI name:keywords_pathfinal StringAPI name:keywords_patternstatic KeywordMarkerTokenFilterprotected 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.TokenFilterBase
serialize, setupTokenFilterBaseDeserializer, 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.TokenFilterDefinitionVariant
toTokenFilterDefinition
-
Field Details
-
_DESERIALIZER
Json deserializer forKeywordMarkerTokenFilter
-
-
Method Details
-
of
public static KeywordMarkerTokenFilter of(Function<KeywordMarkerTokenFilter.Builder, ObjectBuilder<KeywordMarkerTokenFilter>> fn) -
_tokenFilterDefinitionKind
TokenFilterDefinitionvariant kind.- Specified by:
_tokenFilterDefinitionKindin interfaceTokenFilterDefinitionVariant
-
ignoreCase
API name:ignore_case -
keywords
API name:keywords -
keywordsPath
API name:keywords_path -
keywordsPattern
API name:keywords_pattern -
serializeInternal
- Overrides:
serializeInternalin classTokenFilterBase
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<KeywordMarkerTokenFilter.Builder,KeywordMarkerTokenFilter> - Returns:
- a new builder instance.
-
builder
-
setupKeywordMarkerTokenFilterDeserializer
protected static void setupKeywordMarkerTokenFilterDeserializer(ObjectDeserializer<KeywordMarkerTokenFilter.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classTokenFilterBase
-
equals
- Overrides:
equalsin classTokenFilterBase
-