Package org.apache.drill.exec.udfs
Class PhoneticFunctions
java.lang.Object
org.apache.drill.exec.udfs.PhoneticFunctions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe Caverphone function is a phonetic matching function.static classThe Caverphone function is a phonetic matching function.static classEncodes a string into a Cologne Phonetic value.static classEncodes a string into a Daitch-Mokotoff Soundex value.static classImplements the Double Metaphone phonetic algorithm (https://en.wikipedia.org/wiki/Metaphone), and calculates a given string's Double Metaphone value.static classMatch Rating Approach Phonetic Algorithm Developed by Western Airlines in 1977.static classImplements the Metaphone phonetic algorithm (https://en.wikipedia.org/wiki/Metaphone), and calculates a given string's Metaphone value.static classThe New York State Identification and Intelligence System Phonetic Code, commonly known as NYSIIS, is a phonetic algorithm devised in 1970 as part of the New York State Identification and Intelligence System (now a part of the New York State Division of Criminal Justice Services).static classEncodes a string into a Refined Soundex value.static classEncodes a string into a Soundex value. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PhoneticFunctions
public PhoneticFunctions()
-