man Text::Query::Optimize () - Base class for query parsers

NAME

Text::Query::Parse - Base class for query parsers

SYNOPSIS

    package Text::Query::OptimizeSmart;

    use Text::Query::Optimize;

    use vars qw(@ISA);

    @ISA = qw(Text::Query::Optimize);

DESCRIPTION

This module provides a virtual base class for query optimizers.

It defines the CWoptimize method that is called by the CWText::Query object to optimize the internal query.

METHODS

optimize (INTERNAL)
Returns the CWINTERNAL argument after optimization. The default implementation returns the argument untouched.

SEE ALSO

AUTHORS

Eric Bohlman (ebohlman@netcom.com)

Loic Dachary (loic@senga.org)