PhoneticEncoder Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the type of phonetic encoder to use with a PhoneticTokenFilter.
public enum PhoneticEncoder
type PhoneticEncoder =
Public Enum PhoneticEncoder
- Inheritance
-
PhoneticEncoder
Fields
Name | Value | Description |
---|---|---|
Metaphone | 0 | Encodes a token into a Metaphone value. |
DoubleMetaphone | 1 | Encodes a token into a double metaphone value. |
Soundex | 2 | Encodes a token into a Soundex value. |
RefinedSoundex | 3 | Encodes a token into a Refined Soundex value. |
Caverphone1 | 4 | Encodes a token into a Caverphone 1.0 value. |
Caverphone2 | 5 | Encodes a token into a Caverphone 2.0 value. |
Cologne | 6 | Encodes a token into a Cologne Phonetic value. |
Nysiis | 7 | Encodes a token into a NYSIIS value. |
KoelnerPhonetik | 8 | Encodes a token using the Kölner Phonetik algorithm. |
HaasePhonetik | 9 | Encodes a token using the Haase refinement of the Kölner Phonetik algorithm. |
BeiderMorse | 10 | Encodes a token into a Beider-Morse value. |
Applies to
Azure SDK for .NET