newContainsQuery
Create a query for matching indexed ranges that contain the defined range.
Return
query for matching ranges that contain the defined range
Parameters
field
field name. must not be null.
min
array of min values. (accepts Long.MIN_VALUE)
max
array of max values. (accepts Long.MAX_VALUE)
Throws
if field is null, min or max is invalid