|
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.METHODSnextmy $next = $l_case_filter->next; This will return the next token in the stream, or undef at the end of string.
Visit the GSP FreeBSD Man Page Interface. |