IPs should be represented as a BytesRef, but in some specific cases (eg. CombineDisjunctions) we are explicitly using plain Strings instead.
This could lead to problems (eg. ClassCastException), we should find a way to unify the IP format to BytesRef
IPs should be represented as a BytesRef, but in some specific cases (eg. CombineDisjunctions) we are explicitly using plain Strings instead.
This could lead to problems (eg. ClassCastException), we should find a way to unify the IP format to BytesRef