# Auto-generated file -- DO NOT EDIT!!!!!
=head1 NAME
KinoSearch::Analysis::CaseFolder - Normalize case, facilitating case-insensitive search.
=head1 SYNOPSIS
my $case_folder = KinoSearch::Analysis::CaseFolder->new;
my $polyanalyzer = KinoSearch::Analysis::PolyAnalyzer->new(
analyzers => [ $case_folder, $tokenizer, $stemmer ],
);
=head1 DESCRIPTION
CaseFolder normalizes text according to Unicode case-folding rules, so that
searches will be case insensitive.
=head1 CONSTRUCTORS
=head2 new()
my $case_folder = KinoSearch::Analysis::CaseFolder->new;
Constructor. Takes no arguments.
=head1 INHERITANCE
KinoSearch::Analysis::CaseFolder isa L<KinoSearch::Analysis::Analyzer> isa L<KinoSearch::Object::Obj>.
=head1 COPYRIGHT AND LICENSE
Copyright 2005-2010 Marvin Humphrey
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
=cut