Plucene::Analysis::StopFilter - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION METHODS
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.


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 05:17 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top