Plucene::Analysis::LowerCaseFilter - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION METHODS
NAME
    Plucene::Analysis::LowerCaseFilter - normalises token text to lower case

SYNOPSIS
            # usa Plucene::Analysis::TokenFilter

            my $next = $l_case_filter->next;

DESCRIPTION
    This normalises token text to lower case.

METHODS
  next
            my $next = $l_case_filter->next;

    This will return the next token in the stream, or undef at the end of
    string.


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 05:17 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top