
Search::Xapian::Enquire - Make queries against a database

This class provides an interface to the information retrieval system for the purpose of searching.

takes either a ready made Search::Xapian::Query or a scalar containing a query, which in that case will be passed to Search::Xapian::Query's constructor, together with any other passed arguments.
Takes the start element, and maximum number of elements, and returns an array tied to Search::Xapian::MSet::Tied.
Returns a Search::Xapian::TermIterator, pointing to the start of the stream.
Returns a Search::Xapian::TermIterator, pointing to the end of the stream.
Get match set.
See xapian api doc for these functions.
Returns a description of the object (for introspection).
