/*
 *  call-seq:
 *     MatchAllQuery.new -> query
 *
 *  Create a query which matches all documents.
 */
static VALUE
frt_maq_init(VALUE self)
{
    return self;
}