quickwit-oss / tantivy

Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust
MIT License
11.91k stars 666 forks source link

fix out of order bug #2444

Closed PSeitz closed 3 months ago

fulmicoton commented 3 months ago

we cannot fix like this on serialization, because it can yield collision on serializaiton. We need to add unit test on serialization, and normalize upstream.

fulmicoton commented 3 months ago

See https://github.com/quickwit-oss/tantivy/pull/2445