File tree Expand file tree Collapse file tree 2 files changed +1
-319
lines changed
plugins/analysis-phonetic/src/main/java/org/elasticsearch/index/analysis Expand file tree Collapse file tree 2 files changed +1
-319
lines changed Original file line number Diff line number Diff line change 13
13
import org .apache .commons .codec .language .Caverphone2 ;
14
14
import org .apache .commons .codec .language .ColognePhonetic ;
15
15
import org .apache .commons .codec .language .Metaphone ;
16
+ import org .apache .commons .codec .language .Nysiis ;
16
17
import org .apache .commons .codec .language .RefinedSoundex ;
17
18
import org .apache .commons .codec .language .Soundex ;
18
19
import org .apache .commons .codec .language .bm .Languages .LanguageSet ;
32
33
import org .elasticsearch .index .IndexSettings ;
33
34
import org .elasticsearch .index .analysis .phonetic .HaasePhonetik ;
34
35
import org .elasticsearch .index .analysis .phonetic .KoelnerPhonetik ;
35
- import org .elasticsearch .index .analysis .phonetic .Nysiis ;
36
36
37
37
import java .util .HashSet ;
38
38
import java .util .List ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments