There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Plucene::Analysis::SimpleAnalyzer - The simple analyzer

SYNOPSIS

# isa Plucene::Analysis::Analyzer

my Plucene::Analysis::LowerCaseTokenizer $an 
	= Plucene::Analysis::SimpleAnalyzer->new(@args);

DESCRIPTION

This is an Analyzer that filters LetterTokenizer with LowerCaseFilter.

METHODS

tokenstream

my Plucene::Analysis::LowerCaseTokenizer $an 
	= Plucene::Analysis::SimpleAnalyzer->new(@args);

This creates a TokenStream which tokenizes all the text in the provided Reader.