New
Tantivy v0.21
Bugfixes
- Fix track fast field memory consumption, which led to higher memory consumption than the budget allowed during indexing #2148#2147(@PSeitz)
- Fix a regression from 0.20 where sort index by date wasn't working anymore #2124(@PSeitz)
- Fix getting the root facet on the
FacetCollector. #2086(@adamreichold) - Align numerical type priority order of columnar and query. #2088(@fmassot)
Breaking Changes
- Remove support for Brotli and Snappy compression #2123(@adamreichold)
Features/Improvements
- Implement lenient query parser #2129(@trinity-1686a)
- order_by_u64_field and order_by_fast_field allow sorting in ascending and descending order #2111(@naveenann)
- Allow dynamic filters in text analyzer builder #2110(@fulmicoton @fmassot)
- Aggregation
New Contributors
- @naveenann made their first contribution in https://github.com/quickwit-oss/tantivy/pull/2093
- @cjrh made their first contribution in https://github.com/quickwit-oss/tantivy/pull/2144
- @GodTamIt made their first contribution in https://github.com/quickwit-oss/tantivy/pull/2145
- @ethever made their first contribution in https://github.com/quickwit-oss/tantivy/pull/2165
Full Changelog: https://github.com/quickwit-oss/tantivy/compare/0.20.2...0.21