Enum PhoneticEncoder
Identifies the type of phonetic encoder to use with a PhoneticTokenFilter.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Search.Documents.dll
Syntax
public enum PhoneticEncoder
BeiderMorse
Encodes a token into a Beider-Morse value.
Caverphone1
Encodes a token into a Caverphone 1.0 value.
Caverphone2
Encodes a token into a Caverphone 2.0 value.
Cologne
Encodes a token into a Cologne Phonetic value.
DoubleMetaphone
Encodes a token into a double metaphone value.
HaasePhonetik
Encodes a token using the Haase refinement of the Kölner Phonetik algorithm.
KoelnerPhonetik
Encodes a token using the Kölner Phonetik algorithm.
Metaphone
Encodes a token into a Metaphone value.
Nysiis
Encodes a token into a NYSIIS value.
RefinedSoundex
Encodes a token into a Refined Soundex value.
Soundex
Encodes a token into a Soundex value.