PhoneticEncoder Enum

Definition

Identifies the type of phonetic encoder to use with a PhoneticTokenFilter.

public enum PhoneticEncoder
type PhoneticEncoder = 
Public Enum PhoneticEncoder
Inheritance
PhoneticEncoder

Fields

BeiderMorse 10

Encodes a token into a Beider-Morse 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.

DoubleMetaphone 1

Encodes a token into a double metaphone value.

HaasePhonetik 9

Encodes a token using the Haase refinement of the Kölner Phonetik algorithm.

KoelnerPhonetik 8

Encodes a token using the Kölner Phonetik algorithm.

Metaphone 0

Encodes a token into a Metaphone value.

Nysiis 7

Encodes a token into a NYSIIS value.

RefinedSoundex 3

Encodes a token into a Refined Soundex value.

Soundex 2

Encodes a token into a Soundex value.

Applies to