MeiliSearch/milli/src
bors[bot] b4dcdbf00d
Merge #269 #271
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>
2021-06-30 12:34:55 +00:00
..
facet format the whole project 2021-06-16 18:33:33 +02:00
heed_codec format the whole project 2021-06-16 18:33:33 +02:00
search Remove the roaring operation functions warnings 2021-06-30 14:12:56 +02:00
update Merge #269 #271 2021-06-30 12:34:55 +00:00
criterion.rs format the whole project 2021-06-16 18:33:33 +02:00
error.rs Introduce a new InvalidFacetsDistribution user error 2021-06-23 13:56:19 +02:00
external_documents_ids.rs Fix ExternalDocumentsIds struct when inserting previously deleted ids 2021-06-30 14:00:01 +02:00
fields_ids_map.rs format the whole project 2021-06-16 18:33:33 +02:00
index.rs Make the Index::delete_* method private 2021-06-30 10:07:31 +02:00
lib.rs Rename FieldsDistribution into FieldDistribution 2021-06-21 15:57:41 +02:00
proximity.rs format the whole project 2021-06-16 18:33:33 +02:00
tree_level.rs Implement attribute criterion 2021-04-27 14:39:52 +02:00