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
API Changes. Using Range instead of (start, end) in the API and internals (FileSlice, OwnedBytes, Snippets, ...)
This change is breaking but migration is trivial.
Bugfix consistent tie break handling in facet's topk (@hardikpnsp) #357
Date field support for range queries (@rihardsk) #516
Added lz4-flex as the default compression scheme in tantivy (@PSeitz) #1009
Renamed a lot of symbols to avoid all uppercasing on acronyms, as per new clippy recommendation. For instance, RAMDirectory -> RamDirectory. (@fulmicoton)
Added support for sorting an index, e.g presorting documents in an index by a timestamp field. This can heavily improve performance for certain scenarios, by utilizing the sorted data (Top-n optimizations)(@PSeitz). #1026
Add iterator over documents in doc store (@PSeitz). #1044