Searched refs:stopSet (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/plugins/fts-lucene/
H A DSnowball.cc32 stopSet(NULL),
42 if ( stopSet != NULL )
43 _CLDELETE(stopSet);
51 stopSet(_CLNEW CLTCSetList(true)),
54 StopFilter::fillStopTable(stopSet,stopWords);
74 if (stopSet != NULL)
75 result = _CLNEW CL_NS(analysis)::StopFilter(result, true, stopSet);
H A DSnowballAnalyzer.h29 CLTCSetList* stopSet; member in class:SnowballAnalyzer

Completed in 25 milliseconds