Vanilla rag aggregations with no metric aggregations are already optimized and would most likely not benefit from star-tree optimization. Its specifically where metric aggregations (sum, min, max, avg) are required, those cases would gain performance benefits.
Is your feature request related to a problem? Please describe
This is to support range aggregations with metric aggregations.
Example query shape:
Describe the solution you'd like
Vanilla rag aggregations with no metric aggregations are already optimized and would most likely not benefit from star-tree optimization. Its specifically where metric aggregations (sum, min, max, avg) are required, those cases would gain performance benefits.
Related component
Search:Aggregations
Describe alternatives you've considered
No response
Additional context
No response