Skip to content

Tags: quickwit-oss/tantivy

Tags

qw-airmail-202406

Toggle qw-airmail-202406's commit message
Fixes bug that causes out-of-order sstable key.

The previous way to address the problem was to replace \u{0000}
with 0 in different places.

This logic had several flaws:
Done on the serializer side (like it was for the columnar), there was
a collision problem.

If a document in the segment contained a json field with a \0 and
antoher doc contained the same json field but `0` then we were sending
the same field path twice to the serializer.

Another option would have been to normalizes all values on the writer
side.

This PR simplifies the logic and simply ignore json path containing a
\0, both in the columnar and the inverted index.

Closes #2442

qw-airmail-20240611

Toggle qw-airmail-20240611's commit message
bumping columnar version

qw-airmail-20240606

Toggle qw-airmail-20240606's commit message
low hanging fruit in optimization

quickwit-rev

Toggle quickwit-rev's commit message
oneshot 0.1.7

Now that the is_closed changed has been merge upstream, we can rely on
that.

This commit is a "hotfix" because we don't want to rely on
some of the commit in main just yet

0.22.0

Toggle 0.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update CHANGELOG, use github API in cliff (#2354)

* update CHANGELOG, use github API in cliff

* reset version to 0.21.1, before release

* chore: Release

* remove unreleased from CHANGELOG

tantivy-tokenizer-api-v0.3.0

Toggle tantivy-tokenizer-api-v0.3.0's commit message
chore: Release tantivy-tokenizer-api version 0.3.0

tantivy-stacker-v0.3.0

Toggle tantivy-stacker-v0.3.0's commit message
chore: Release tantivy-stacker version 0.3.0

tantivy-sstable-v0.3.0

Toggle tantivy-sstable-v0.3.0's commit message
chore: Release tantivy-sstable version 0.3.0

tantivy-query-grammar-v0.22.0

Toggle tantivy-query-grammar-v0.22.0's commit message
chore: Release tantivy-query-grammar version 0.22.0

tantivy-common-v0.7.0

Toggle tantivy-common-v0.7.0's commit message
chore: Release tantivy-common version 0.7.0