The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Search::Query::Dialect::KSx::WildcardScorer - KinoSearch query extension

SYNOPSIS

 # see KinoSearch::Search::Matcher

METHODS

This class isa KinoSearch::Search::Matcher subclass. Only new or overridden methods are documented.

new( args )

Returns a new Scorer object.

next

Returns the next doc_id.

get_doc_id

Returns the doc_id for the current position.

score

Returns the score of the hit.

AUTHOR

Peter Karman, <karman at cpan.org>

BUGS

Please report any bugs or feature requests to bug-search-query-dialect-ksx at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Search-Query-Dialect-KSx. 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::Dialect::KSx

You can also look for information at:

ACKNOWLEDGEMENTS

Based on the sample PrefixQuery code in the KinoSearch distribution.

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.