DBIx::TextIndex::QueryParser - Parser for user-supplied query strings


DBIx-TextIndex documentation  | view source Contained in the DBIx-TextIndex distribution.

Index


NAME

Top

DBIx::TextIndex::QueryParser - Parser for user-supplied query strings

SYNOPSIS

Top

 use DBIx::TextIndex::QueryParser;

 my $parser = DBIx::TextIndex::QueryParser->new();

 $parser->parse($query_string);




DESCRIPTION

Top

Used internally by DBIx::TextIndex, see that module's documentation for the query syntax.

This class should not be used directly by client code.

Restricted Methods

fold_nested_phrases
new
parse
term_fields
stoplisted_query

AUTHOR

Top

Daniel Koch, dkoch@cpan.org.

COPYRIGHT

Top

LICENSE

Top

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, i.e., under the terms of the "Artistic License" or the "GNU General Public License".

DISCLAIMER

Top

This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the "GNU General Public License" for more details.


DBIx-TextIndex documentation  | view source Contained in the DBIx-TextIndex distribution.