Query: plucene::analysis::lowercasefilter
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Plucene::Analysis::LowerCaseFilter(3pm) User Contributed Perl Documentation Plucene::Analysis::LowerCaseFilter(3pm)NAMEPlucene::Analysis::LowerCaseFilter - normalises token text to lower caseSYNOPSIS# usa Plucene::Analysis::TokenFilter my $next = $l_case_filter->next;DESCRIPTIONThis normalises token text to lower case.METHODSnext my $next = $l_case_filter->next; This will return the next token in the stream, or undef at the end of string. perl v5.12.4 2011-08-14 Plucene::Analysis::LowerCaseFilter(3pm)