-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
Roadmap:SearchProject-wide roadmap labelProject-wide roadmap labelSearch:PerformanceenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestv3.2.0
Description
Is your feature request related to a problem? Please describe
In #13788, we added support for approximating range queries(computing 10K hits). I did this in an incremental way and added support for only date range queries to limit the exposure since these are sensitive queries. We should incrementally expand support for all the numeric field types.
Describe the solution you'd like
Expand all current implementations of IndexOrDocValuesQuerys used in the number field type range queries to be wrapped in the ApproximateableQuery and use the ApproximatePointRangeQuery along with PointRangeQuery. Similar to #13788 we can make a decision on which query to use during search time in ContextIndexSearcher and rewrite the weight appropriately.
Related component
Search:Performance
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Roadmap:SearchProject-wide roadmap labelProject-wide roadmap labelSearch:PerformanceenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestv3.2.0
Type
Projects
Status
✅ Done
Status
Done
Status
New