Package org.apache.drill.exec.udfs
Class PhoneticFunctions
java.lang.Object
org.apache.drill.exec.udfs.PhoneticFunctions
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The Caverphone function is a phonetic matching function.static class
The Caverphone function is a phonetic matching function.static class
Encodes a string into a Cologne Phonetic value.static class
Encodes a string into a Daitch-Mokotoff Soundex value.static class
Implements the Double Metaphone phonetic algorithm (https://en.wikipedia.org/wiki/Metaphone), and calculates a given string's Double Metaphone value.static class
Match Rating Approach Phonetic Algorithm Developed by Western Airlines in 1977.static class
Implements the Metaphone phonetic algorithm (https://en.wikipedia.org/wiki/Metaphone), and calculates a given string's Metaphone value.static class
The 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 class
Encodes a string into a Refined Soundex value.static class
Encodes a string into a Soundex value. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
PhoneticFunctions
public PhoneticFunctions()
-