opensearch-project / OpenSearch

🔎 Open source distributed and RESTful search engine.
https://opensearch.org/docs/latest/opensearch/index/
Apache License 2.0
9.84k stars 1.83k forks source link

[Feature Request] Support for IP fields as part of star tree index mapping #16642

Open bharath-techie opened 1 week ago

bharath-techie commented 1 week ago

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