regex_phrase
matches a specific sequence of regex queries. It is similar to phrase
but allows for more flexibility in the query.
ARRAY
of regex queries that the search is looking to match.0
requires the terms to appear exactly as they are in the phrase
and adjacent to each other. Higher slop values allow for more distance between
the terms.n
allows n
terms to come in between the terms in the phrase.