Skip to content

Commit

Permalink
update to support 8.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed Sep 2, 2022
1 parent a1cd405 commit 0f7d4c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class PinyinTokenFilterFactory extends AbstractTokenFilterFactory {


public PinyinTokenFilterFactory(IndexSettings indexSettings, Environment environment, String name, Settings settings) {
super(indexSettings, name, settings);
super(name, settings);
config=new PinyinConfig(settings);
}

Expand Down

0 comments on commit 0f7d4c9

Please sign in to comment.