meilisearch/milli/src
bors[bot] 941af58239
Merge #561
561: Enriched documents batch reader r=curquiza a=Kerollmops

~This PR is based on #555 and must be rebased on main after it has been merged to ease the review.~
This PR contains the work in #555 and can be merged on main as soon as reviewed and approved.

- [x] Create an `EnrichedDocumentsBatchReader` that contains the external documents id.
- [x] Extract the primary key name and make it accessible in the `EnrichedDocumentsBatchReader`.
- [x] Use the external id from the `EnrichedDocumentsBatchReader` in the `Transform::read_documents`.
- [x] Remove the `update_primary_key` from the _transform.rs_ file.
- [x] Really generate the auto-generated documents ids.
- [x] Insert the (auto-generated) document ids in the document while processing it in `Transform::read_documents`.

Co-authored-by: Kerollmops <clement@meilisearch.com>
2022-07-21 07:08:50 +00:00
..
documents Add a code comment, as suggested in PR review 2022-07-20 16:20:35 +02:00
facet update milli with the new parser_filter 2021-11-04 15:02:36 +01:00
heed_codec Apply suggestions 2022-03-15 14:18:29 +01:00
search Merge #561 2022-07-21 07:08:50 +00:00
update Change DocumentsBatchReader to access cursor and index at same time 2022-07-18 16:08:14 +02:00
asc_desc.rs Simplify the error creation with thiserror and a smol friendly macro 2022-05-04 17:24:00 +02:00
criterion.rs Improves ranking rules error message 2022-05-20 21:25:43 +02:00
error.rs Check the validity of the latitute and longitude numbers 2022-07-12 15:14:06 +02:00
external_documents_ids.rs Fasten the document deletion 2022-07-05 15:30:33 +02:00
fields_ids_map.rs format the whole project 2021-06-16 18:33:33 +02:00
index.rs Fix the indexation tests 2022-07-12 14:55:51 +02:00
lib.rs Move the Object type in the lib.rs file and use it everywhere 2022-07-12 14:55:51 +02:00
proximity.rs Remove limit of 1000 position per attribute 2021-10-12 10:10:50 +02:00