Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Plucene::Analysis::StopFilter

Name Plucene::Analysis::StopFilter
Version
Located at /usr/share/perl5
File /usr/share/perl5/Plucene/Analysis/StopFilter.pm
Is Core No
Search CPAN for this module Plucene::Analysis::StopFilter
Documentation Plucene::Analysis::StopFilter
Module Details Plucene::Analysis::StopFilter

NAME

Plucene::Analysis::StopFilter - the stop filter


SYNOPSIS

        # isa Plucene::Analysis::TokenFilter
        my $next = $stop_filter->next;


DESCRIPTION

This removes stop words from a token stream.

Instances of the StopFilter class are tokens filters that removes from the indexed text words of your choice. Typically this is used to filter out common words ('the', 'a' 'if' etc) that increase the overhead but add no value during searches.


METHODS

next

        my $next = $stop_filter->next;

This returns the next input token whose term is not a stop word.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026