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

NAME

LucyX::Search::AnyTermCompiler - 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::ORMatcher object.

make_matcher() creates a Lucy::Search::ORQuery internally using all the terms associated with the parent AnyTermQuery field value, and returns the ORQuery's Matcher.

get_child_compiler

Returns the child ORCompiler, or undef if not defined.

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

Delegates to ORCompiler child.

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-NullTermQuery. 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::NullTermQuery

You can also look for information at:

COPYRIGHT & LICENSE

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