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
We are requiring point tree index to get the dynamic pruning optimization. Can we take advantage of sparse index to do this as well? Several benefits i can think of:
Work without point tree index.
Save big bitset allocations.
Respect maxDocVisited naturally.
The text was updated successfully, but these errors were encountered:
Description
We are requiring point tree index to get the dynamic pruning optimization. Can we take advantage of sparse index to do this as well? Several benefits i can think of:
maxDocVisited
naturally.The text was updated successfully, but these errors were encountered: