KinoSearch::Search::MatchAllQuery - Query which matches all documents.


KinoSearch documentation  | view source Contained in the KinoSearch distribution.

Index


NAME

Top

KinoSearch::Search::MatchAllQuery - Query which matches all documents.

DESCRIPTION

Top

MatchAllQuery is a utility class which matches all documents. Each match is assigned a score of 0.0, so that in composite queries, any document which matches against another part of the query will be ranked higher than a document which matches only via the MatchAllQuery.

CONSTRUCTORS

Top

new()

    my $match_all_query = KinoSearch::Search::MatchAllQuery->new;

Constructor. Takes no arguments.

INHERITANCE

Top

KinoSearch::Search::MatchAllQuery isa KinoSearch::Search::Query isa KinoSearch::Object::Obj.

COPYRIGHT AND LICENSE

Top


KinoSearch documentation  | view source Contained in the KinoSearch distribution.