You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement rangeQuery for VecSimTieredIndex - [MOD-5164] (#360)
* implemented `rangeQuery` for VecSimTieredIndex,
... including needed utility functions
* renaming `merge_results.h` and moving `filter_results` to it
* fix build
* first test and some fixes
* improved test and added a parallel test
* fix a bug where we safely get (from `safeGetEntryPoint`)
the old entry point but then we get the new max
level when trying to search using the old one
* fix tests
* Update comments
* review fixes
* after rebase fixes
* added a general comment on tiered index's guarantees
0 commit comments