MeiliSearch/benchmarks/benches
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
..
formatting.rs Update benchmarks 2022-06-02 18:07:10 +02:00
indexing.rs Merge #561 2022-07-21 07:08:50 +00:00
search_geo.rs fix all benchmarks and add the compile time checking of the benhcmarks in the ci 2021-09-22 12:10:21 +02:00
search_songs.rs Use the new Asc/Desc syntax everywhere 2021-08-17 14:15:22 +02:00
search_wiki.rs prefix the search benchmarks with 'search' 2021-07-29 16:27:05 +02:00
utils.rs Fix the benchmarks with the new indexation API 2022-07-12 15:22:09 +02:00