# Auto-generated file -- DO NOT EDIT!!!!!
=head1 NAME
KinoSearch::Search::NoMatchQuery - Query which matches no documents.
=head1 DESCRIPTION
NoMatchQuery is a utility class representing a query which matches nothing.
Typical usage might include e.g. returning a NoMatchQuery when a
L<QueryParser|KinoSearch::Search::QueryParser> is asked to parse an empty
string.
=head1 CONSTRUCTORS
=head2 new()
my $no_match_query = KinoSearch::Search::NoMatchQuery->new;
Constructor. Takes no arguments.
=head1 INHERITANCE
KinoSearch::Search::NoMatchQuery isa L<KinoSearch::Search::Query> isa L<KinoSearch::Object::Obj>.
=head1 COPYRIGHT AND LICENSE
Copyright 2005-2010 Marvin Humphrey
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
=cut