mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-24 02:55:06 +08:00
b4dcdbf00d
269: Fix bug when inserting previously deleted documents r=Kerollmops a=Kerollmops This PR fixes #268. The issue was in the `ExternalDocumentsIds` implementation in the specific case that an external document id was in the soft map marked as deleted. The bug was due to a wrong assumption on my side about how the FST unions were returning the `IndexedValue`s, I thought the values returned in an array were in the same order as the FSTs given to the `OpBuilder` but in fact, [the `IndexedValue`'s `index` field was here to indicate from which FST the values were coming from](https://docs.rs/fst/0.4.7/fst/map/struct.IndexedValue.html). 271: Remove the roaring operation functions warnings r=Kerollmops a=Kerollmops In this PR we are just replacing the usages of the roaring operations function by the new operators. This removes a lot of warnings. Co-authored-by: Kerollmops <clement@meilisearch.com> |
||
---|---|---|
.. | ||
index_documents | ||
available_documents_ids.rs | ||
clear_documents.rs | ||
delete_documents.rs | ||
facets.rs | ||
mod.rs | ||
settings.rs | ||
update_builder.rs | ||
update_step.rs | ||
word_prefix_docids.rs | ||
word_prefix_pair_proximity_docids.rs | ||
words_level_positions.rs | ||
words_prefixes_fst.rs |