DutchAnalyzer::DutchAnalyzer(LuceneVersion::Version matchVersion)
 {
     this->stoptable = getDefaultStopSet();
     this->excltable = HashSet<String>::newInstance();
     this->stemdict = MapStringString::newInstance();
     this->matchVersion = matchVersion;
 }
RussianAnalyzer::RussianAnalyzer(LuceneVersion::Version matchVersion) {
    this->stopSet = getDefaultStopSet();
    this->matchVersion = matchVersion;
}