NAME
SWISH::Prog::Xapian::Searcher - search Swish3 Xapian backend
SYNOPSIS
# see SWISH::Prog::Searcher
METHODS
search( query [, opts ] )
Returns a SWISH::Prog::Xapian::Results object.
opts is an optional hashref with the following supported key/values:
- start
-
The starting position. Default is 0.
- max
-
The ending position. Default is max_hits().
- order
-
The sort order. Default is by rank. This feature is not yet supported.
AUTHOR
Peter Karman, <karman at cpan dot org>
BUGS
Please report any bugs or feature requests to bug-swish-prog-xapian at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=SWISH-Prog-Xapian. 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 SWISH::Prog::Xapian
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
Search CPAN
COPYRIGHT & LICENSE
Copyright 2009 Peter Karman, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.