Bug Fixes
- Fixes along recording IO bytes read for different query types (#1829)
- Also changes the attribute name in the
SearchResult
construct frombytesRead
tocost
- Also changes the attribute name in the
- Fix incorrect facet counts when facetted queries are coupled with sorting over the same field (#1836)
Improvements
- Upgrade to RoaringBitmap/roaring@v1.2.3 (#1822)
- Upgrade to etcd-io/bblot@v1.3.7 (#1824)
- Consolidated some redundant work in a hot index path with #1832 which showed index time speed up by about 30% in certain situations especially while working with large documents.
- Upgrade to vellum@v1.0.10 which contains a minor optimization (#1838)