debian man page for plucene::analysis::stopfilter

Query: plucene::analysis::stopfilter

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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::index::reader(3pm) - debian
plucene::index::segmentinfos(3pm) - debian
plucene::index::segmentsreader(3pm) - debian
plucene::search::query(3pm) - debian
plucene::search::termquery(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Introduction
A (ksh) Library For and From UNIX.com