ru.* shoes
will match running shoes
, but will not match shoes running
.
ARRAY
of expressions that form the search phrase. These expressions must
appear in the specified order within the document for a match to occur,
although some flexibility is allowed based on the slop
parameter. Please see
regex for allowed regex constructs.0
requires the terms to appear exactly as they are in the phrase
and adjacent to each other. Higher slop values allow for transpositions and
distance between terms.