Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turns out we were mixing up the counts between multiple documents by keying according to the leaf-reader-relativ docId instead of the index-absolute docId. This led to differing total counts between different runs of one and the same query, which is how this was discovered. Total counts should be accurate now.
- Loading branch information