OpenSearch/plugins/analysis-phonetic/src
Jim Ferenczi b82017cbfe
Fix daitch_mokotoff phonetic filter to use the dedicated Lucene filter (#28225)
This commit changes the phonetic filter factory to use a DaitchMokotoffSoundexFilter
instead of a PhoneticFilter with a daitch_mokotoff encoder when daitch_mokotoff is selected.
The latter does not hanlde branching when computing the soundex and fails to encode multiple
variations when possible.

Closes #28211
2018-01-15 19:35:54 +01:00
..
main/java/org/elasticsearch Fix daitch_mokotoff phonetic filter to use the dedicated Lucene filter (#28225) 2018-01-15 19:35:54 +01:00
test Fix daitch_mokotoff phonetic filter to use the dedicated Lucene filter (#28225) 2018-01-15 19:35:54 +01:00