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