NAME
Search::Query::Dialect::SWISH - Swish query dialect
SYNOPSIS
my $query = Search::Query->parser( dialect => 'SWISH' )->parse('foo');
print $query;
DESCRIPTION
Search::Query::Dialect::SWISH is a query dialect for Query objects returned by a Search::Query::Parser instance.
The SWISH dialect class stringifies queries to work with Swish-e and Swish3 Native search engines.
METHODS
This class is a subclass of Search::Query::Dialect. Only new or overridden methods are documented here.
BUILD
Sets SWISH-appropriate defaults.
Can take the following params, also available as standard attribute methods.
- wildcard
-
Default is '*'.
- fuzzify
-
If true, a wildcard is automatically appended to each query term.
- default_field
-
Default is 'swishdefault'.
stringify
Returns the Query object as a normalized string.
stringify_clause( leaf, prefix )
Called by stringify() to handle each Clause in the Query tree.
field_class
Returns "Search::Query::Field::SWISH".
AUTHOR
Peter Karman, <karman at cpan.org>
BUGS
Please report any bugs or feature requests to bug-search-query at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Search-Query. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Search::Query
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
This module started as a fork of Search::QueryParser by Laurent Dami.
COPYRIGHT & LICENSE
Copyright 2010 Peter Karman.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.