newIntersectsQuery
Create a query for matching indexed ip ranges that INTERSECT the defined range.
Return
query for matching intersecting ranges (overlap, within, crosses, or contains)
Parameters
field
field name. must not be null.
min
range min value; provided as an InetAddress
max
range max value; provided as an InetAddress
Throws
if field is null, min or max is invalid