Uses of Class
com.azure.search.documents.indexes.models.PhoneticTokenFilter
Packages that use PhoneticTokenFilter
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of PhoneticTokenFilter in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return PhoneticTokenFilterModifier and TypeMethodDescriptionstatic PhoneticTokenFilterPhoneticTokenFilter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PhoneticTokenFilter from the JsonReader.PhoneticTokenFilter.setEncoder(PhoneticEncoder encoder) Set the encoder property: The phonetic encoder to use.PhoneticTokenFilter.setOriginalTokensReplaced(Boolean originalTokensReplaced) Set the originalTokensReplaced property: A value indicating whether encoded tokens should replace original tokens.