Unclaimed project
Are you a maintainer of tantivy? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
tantivy
Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust
Back to changelogNew
Tantivy v0.25
What's Changed
- update edition to 2024 by @PSeitz in https://github.com/quickwit-oss/tantivy/pull/2620
- make zstd optional in sstable by @Parth in https://github.com/quickwit-oss/tantivy/pull/2633
- release tantivy: bump versions by @PSeitz in https://github.com/quickwit-oss/tantivy/pull/2625
- Fix a typo for the comments of search_with_executor() by @xingtanzjr in https://github.com/quickwit-oss/tantivy/pull/2653
- Add string fast field support to
TopDocs. by @stuhood in https://github.com/quickwit-oss/tantivy/pull/2642
- update CHANGELOG by @PSeitz in https://github.com/quickwit-oss/tantivy/pull/2621
- fix import in test by @PSeitz-dd in https://github.com/quickwit-oss/tantivy/pull/2657
- add docs/example and Vec values to sstable by @PSeitz in https://github.com/quickwit-oss/tantivy/pull/2660
- fix union performance regression in tantivy 0.24 by @PSeitz-dd in https://github.com/quickwit-oss/tantivy/pull/2663
- clippy by @PSeitz in https://github.com/quickwit-oss/tantivy/pull/2661
- chore: Update ParadeDB logo by @philippemnoel in https://github.com/quickwit-oss/tantivy/pull/2669
- docs: fix a typo in basic example by @DaleSeo in https://github.com/quickwit-oss/tantivy/pull/2668
update CHANGELOG by @Parth in https://github.com/quickwit-oss/tantivy/pull/2670Fixed typo in documentation by @MassimilianoBaglioni in https://github.com/quickwit-oss/tantivy/pull/2629#2635 Update fs4 to latest (0.13.1) by @1Cor125 in https://github.com/quickwit-oss/tantivy/pull/2654Fix TopNComputer for reverse order by @PSeitz in https://github.com/quickwit-oss/tantivy/pull/2672ignore failure to parse query when other default field suceeded by @trinity-1686a in https://github.com/quickwit-oss/tantivy/pull/2676fix field_names in top_hits aggregation by @PSeitz-dd in https://github.com/quickwit-oss/tantivy/pull/2675Fix TopDocs::order_by_string_fast_field for duplicates by @stuhood in https://github.com/quickwit-oss/tantivy/pull/2673feat: Support spaces between field name and value by @Darkheir in https://github.com/quickwit-oss/tantivy/pull/2678test stable ordering with pagination by @PSeitz-dd in https://github.com/quickwit-oss/tantivy/pull/2683per field size details by @fulmicoton in https://github.com/quickwit-oss/tantivy/pull/2679convert benches to binggan by @PSeitz-dd in https://github.com/quickwit-oss/tantivy/pull/2684prepare release: update Changelog by @PSeitz-dd in https://github.com/quickwit-oss/tantivy/pull/2685New Contributors
- @Parth made their first contribution in https://github.com/quickwit-oss/tantivy/pull/2633
- @xingtanzjr made their first contribution in https://github.com/quickwit-oss/tantivy/pull/2653
- @stuhood made their first contribution in https://github.com/quickwit-oss/tantivy/pull/2642
- @PSeitz-dd made their first contribution in https://github.com/quickwit-oss/tantivy/pull/2657
- @DaleSeo made their first contribution in https://github.com/quickwit-oss/tantivy/pull/2668
- @MassimilianoBaglioni made their first contribution in https://github.com/quickwit-oss/tantivy/pull/2629
- @1Cor125 made their first contribution in https://github.com/quickwit-oss/tantivy/pull/2654
- @Darkheir made their first contribution in https://github.com/quickwit-oss/tantivy/pull/2678
Full Changelog: https://github.com/quickwit-oss/tantivy/compare/0.24...0.25.0