newIntersectsQuery
Create a query for matching indexed ranges that intersect the defined range.
Return
query for matching intersecting ranges (overlap, within, or contains)
Parameters
field
field name. must not be null.
min
array of min values. (accepts Double.NEGATIVE_INFINITY)
max
array of max values. (accepts Double.POSITIVE_INFINITY)
Throws
if field is null, min or max is invalid