Uses of Enum
com.azure.search.documents.indexes.models.PhoneticEncoder
Packages that use PhoneticEncoder
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of PhoneticEncoder in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return PhoneticEncoderModifier and TypeMethodDescriptionstatic PhoneticEncoder
PhoneticEncoder.fromString
(String value) Parses a serialized value to a PhoneticEncoder instance.PhoneticTokenFilter.getEncoder()
Get the encoder property: The phonetic encoder to use.static PhoneticEncoder
Returns the enum constant of this type with the specified name.static PhoneticEncoder[]
PhoneticEncoder.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 with parameters of type PhoneticEncoderModifier and TypeMethodDescriptionPhoneticTokenFilter.setEncoder
(PhoneticEncoder encoder) Set the encoder property: The phonetic encoder to use.