Uses of Enum
com.azure.search.documents.indexes.models.TokenCharacterKind
Packages that use TokenCharacterKind
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of TokenCharacterKind in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return TokenCharacterKindModifier and TypeMethodDescriptionstatic TokenCharacterKind
TokenCharacterKind.fromString
(String value) Parses a serialized value to a TokenCharacterKind instance.static TokenCharacterKind
Returns the enum constant of this type with the specified name.static TokenCharacterKind[]
TokenCharacterKind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.search.documents.indexes.models that return types with arguments of type TokenCharacterKindModifier and TypeMethodDescriptionEdgeNGramTokenizer.getTokenChars()
Get the tokenChars property: Character classes to keep in the tokens.NGramTokenizer.getTokenChars()
Get the tokenChars property: Character classes to keep in the tokens.Methods in com.azure.search.documents.indexes.models with parameters of type TokenCharacterKindModifier and TypeMethodDescriptionEdgeNGramTokenizer.setTokenChars
(TokenCharacterKind... tokenChars) Set the tokenChars property: Character classes to keep in the tokens.NGramTokenizer.setTokenChars
(TokenCharacterKind... tokenChars) Set the tokenChars property: Character classes to keep in the tokens.Method parameters in com.azure.search.documents.indexes.models with type arguments of type TokenCharacterKindModifier and TypeMethodDescriptionEdgeNGramTokenizer.setTokenChars
(List<TokenCharacterKind> tokenChars) Set the tokenChars property: Character classes to keep in the tokens.NGramTokenizer.setTokenChars
(List<TokenCharacterKind> tokenChars) Set the tokenChars property: Character classes to keep in the tokens.