The ip range aggregation uses the numeric representation of ip addresses to compute the ranges. However once points are integrated, ip addresses will be stored in doc values using a SORTED_SET (binary) representation. So we have two options:
- remove the ip range aggregation and tell users to use filters aggregations instead
- add support for range aggregations on SORTED_SET doc values
The ip range aggregation uses the numeric representation of ip addresses to compute the ranges. However once points are integrated, ip addresses will be stored in doc values using a SORTED_SET (binary) representation. So we have two options: