| Plucene documentation | view source | Contained in the Plucene distribution. |
Plucene::Analysis::StopAnalyzer - the stop-word analyzer
my Plucene::Analysis::StopFilter $sf = Plucene::Analysis::StopAnalyzer->new(@args);
Filters LetterTokenizer with LowerCaseFilter and StopFilter.
my Plucene::Analysis::StopFilter $sf = Plucene::Analysis::StopAnalyzer->new(@args);
Filters LowerCaseTokenizer with StopFilter.
| Plucene documentation | view source | Contained in the Plucene distribution. |