= class ZOOM::Query
Search queries.

== Object Hierarchy
* Object
  * ZOOM::Query

== Class Methods
--- ZOOM::Query.new_cql(prefix)
    Creates a CQL query using the given CQL notation.
    * prefix: CQL notation.  
    * Returns: a newly created ZOOM::Query object.

--- ZOOM::Query.new_prefix(prefix)
    Creates a RPN query using the given PQF notation.
    * prefix: PQF notation.  
    * Returns: a newly created ZOOM::Query object.

--- ZOOM::Query.new_sort_by(criteria)
    Creates a sort query from the YAZ sorting notation.
    * criteria: a sort criteria.  
    * Returns: a newly created ZOOM::Query object.

== See Also
((<ZOOM>)).

- ((<lrz>))
