Is your feature request related to a problem? Please describe
To support terms and multi terms aggregations / terms queries for IP fields via star tree index , we need add to support indexing of IP fields as part of Star Tree Index.
Describe the solution you'd like
We will support IP fields as only dimensions as metrics are generally associated with numeric fields.
The IP fields are encoded and decoded differently compared to keyword fields - hence we'll add a separate IP dimension.
Is your feature request related to a problem? Please describe
To support terms and multi terms aggregations / terms queries for IP fields via star tree index , we need add to support indexing of IP fields as part of Star Tree Index.
Describe the solution you'd like
We will support IP fields as only dimensions as metrics are generally associated with numeric fields.
The IP fields are encoded and decoded differently compared to keyword fields - hence we'll add a separate IP dimension.
Related component
Indexing:Performance
Describe alternatives you've considered
No response
Additional context
No response