in src/java/org/elasticsearch/analysis/hunspell/pl/PolishHunspellAnalyzer.java [63:67]
public PolishHunspellAnalyzer(Dictionary dictionary, CharArraySet stopwords, CharArraySet stemExclusionTable) {
super(stopwords);
this.dictionary = dictionary;
this.stemExclusionTable = stemExclusionTable;
}