Add support for efficient phrase queries to the pattern text field. This will entail adding positions to the inverted indices. Control whether efficient phrase queries are available through the mapping's index_options
, with values docs
and positions
.