Exemplo n.º 1
0
 DutchAnalyzer::DutchAnalyzer(LuceneVersion::Version matchVersion)
 {
     this->stoptable = getDefaultStopSet();
     this->excltable = HashSet<String>::newInstance();
     this->stemdict = MapStringString::newInstance();
     this->matchVersion = matchVersion;
 }
Exemplo n.º 2
0
RussianAnalyzer::RussianAnalyzer(LuceneVersion::Version matchVersion) {
    this->stopSet = getDefaultStopSet();
    this->matchVersion = matchVersion;
}