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
plucene(3pm) - debian
plucene::document::field(3pm) - debian
plucene::index::segmentinfos(3pm) - debian
plucene::search::termquery(3pm) - debian
plucene::testcase(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?