In Files

Methods

Class Index [+]

Quicksearch

Ferret::Search::MatchAllQuery

Summary

MatchAllQuery matches all documents in the index. You might want use this query in combination with a filter, however, ConstantScoreQuery is probably better in that circumstance.

Public Class Methods

new → query click to toggle source

Create a query which matches all documents.

static VALUE
frb_maq_init(VALUE self)
{
    return self;
}

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.