Doradus Query Language (DQL) : Clauses

Clauses
A DQL query is comprised of one or more Boolean expressions called clauses. Each clause examines a field that is related to perspective objects. The clause evaluates to true for a given object if the examined field matches the clause’s condition. Example clauses are shown below:
Level:Info
Module=jetty
Timestamp:[2001 TO "2005-06-31"]
NOT Message:Err*
These examples show a variety of comparison types: qualified contains and equals, ranges, and pattern matching.