Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Star Tree] [Search] Support of Date Range Queries in Aggregations supported by Star-tree #17443

Open
sandeshkr419 opened this issue Feb 24, 2025 · 0 comments
Labels
enhancement Enhancement or improvement to existing feature or request Search:Aggregations untriaged

Comments

@sandeshkr419
Copy link
Contributor

Is your feature request related to a problem? Please describe

Meta - #15257

We have a date dimension parameter as part of star-tree index mapping. As part of date dimension, the users can specify up to 3 calendar intervals.

These calendar interval by definition and logic are same as the calendar intervals present in date histogram aggregator.
Since the cardinality of the date field is quite high, we use the calendar intervals to round the date as per the calendar interval.
The defaults are half_hour and minute.

Since we round off the original timestamp with the specified calendar intervals , there will be results from star tree which are different from original query.

Describe the solution you'd like

Related component

Search:Aggregations

Describe alternatives you've considered

No response

Additional context

No response

@sandeshkr419 sandeshkr419 added enhancement Enhancement or improvement to existing feature or request untriaged labels Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Search:Aggregations untriaged
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant