Context:
You are certainly familiar with common query operators, like:
-
Quotes ""
to search for exact phrases. For example, “cropped
trousers”
will search for the exact expression, not for
cropped
and trousers
separately.
-
OR
to search for either one term or another. For example,
cat OR pet
.
-
AND
to search for one term and another term.
Note:
Blank spaces are
interpreted as AND
implicitly.
-
And maybe also "-
" (minus sign) to exclude a term from the search.
For example, new -york
will search for documents containing
new
but not york
.
Exalead CloudView
provides these operators and many others in its User Query Language (UQL),
the natural language used for queries. You can use these operators to
make simple or rich queries by combining them. For more information, see
User Query Language (UQL) in the Exalead CloudView Configuration
Guide.