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

NAME

LucyX::Search::WildcardCompiler - Lucy query extension

SYNOPSIS

    # see Lucy::Search::Compiler

METHODS

This class isa Lucy::Search::Compiler subclass. Only new or overridden methods are documented .

new( args )

Returns a new Compiler object.

make_matcher( args )

Returns a Lucy::Search::Matcher object.

get_searcher

Returns the Searcher passed in new().

get_weight

Delegates to ORCompiler child.

get_similarity

Delegates to ORCompiler child.

normalize

Delegates to ORCompiler child.

sum_of_squared_weights

Delegates to ORCompiler child.

highlight_spans

Creates Lucy::Search::Span object for each matching term. Returns arrayref of Span objects.

AUTHOR

Peter Karman, <karman at cpan.org>

BUGS

Please report any bugs or feature requests to bug-lucyx-search-wildcardquery at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=LucyX-Search-WildcardQuery. 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 LucyX::Search::WildcardQuery

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2011 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.