public LithuanianHunspellAnalyzer()

in src/java/org/elasticsearch/analysis/hunspell/lt/LithuanianHunspellAnalyzer.java [63:67]


  public LithuanianHunspellAnalyzer(Dictionary dictionary, CharArraySet stopwords, CharArraySet stemExclusionTable) {
    super(stopwords);
    this.dictionary = dictionary;
    this.stemExclusionTable = stemExclusionTable;
  }