@@@
operator. For instance, the following
two queries produce identical results, but the second query “pushes down” the rating > 2
filter into the BM25 index.
description:shoes
where rating
equals 4
.
>
, >=
, <
, and <=
are supported.
true
or false
.
[]
and exclusive {}
bounds can be used for range filtering.
description
contains a token that is lexicographically between book
and camera
(i.e. would come between
book
and camera
in a dictionary).
IN
operator finds documents that match at least one element in a set.