Plucene::Analysis::LowerCaseFilter - normalises token text to lower case


Plucene documentation  | view source Contained in the Plucene distribution.

Index


NAME

Top

Plucene::Analysis::LowerCaseFilter - normalises token text to lower case

SYNOPSIS

Top

	# usa Plucene::Analysis::TokenFilter

	my $next = $l_case_filter->next;

DESCRIPTION

Top

This normalises token text to lower case.

METHODS

Top

next

	my $next = $l_case_filter->next;

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


Plucene documentation  | view source Contained in the Plucene distribution.