github quickwit-oss/tantivy 0.6.0
Tantivy 0.6.0

latest releases: qw-airmail-202406, qw-airmail-20240611, qw-airmail-20240606...
6 years ago

Special thanks to @drusellers and @jason-wolfe for their contributions
to this release!

From now on Tantivy compiles on stable rust.

  • Removed C code. Tantivy is now pure Rust. (@pmasurel)
  • BM25 (@pmasurel)
  • Approximate field norms encoded over 1 byte. (@pmasurel)
  • Compiles on stable rust (@pmasurel)
  • Add &[u8] fastfield for associating arbitrary bytes to each document (@jason-wolfe) (#270)
    • Completely uncompressed
    • Internally: One u64 fast field for indexes, one fast field for the bytes themselves.
  • Add NGram token support (@drusellers)
  • Add Stopword Filter support (@drusellers)
  • Add a FuzzyTermQuery (@drusellers)
  • Add a RegexQuery (@drusellers)
  • Various performance improvements (@pmasurel)_

Don't miss a new tantivy release

NewReleases is sending notifications on new releases.