plucene::analysis::stopfilter(3pm) debian man page | unix.com

Man Page: plucene::analysis::stopfilter

Operating Environment: debian

Section: 3pm

Plucene::Analysis::StopFilter(3pm)			User Contributed Perl Documentation			Plucene::Analysis::StopFilter(3pm)

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 v5.12.4 2011-08-14 Plucene::Analysis::StopFilter(3pm)
Related Man Pages
kinosearch1::analysis::stopalizer(3pm) - debian
plucene::analysis::porterstemfilter(3pm) - debian
plucene::index::fieldinfos(3pm) - debian
plucene::search::query(3pm) - debian
plucene::search::termquery(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph