mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Introduce the primary key to the Settings builder structure
This commit is contained in:
parent
a7d6930905
commit
713acc408b
6 changed files with 121 additions and 23 deletions
|
@ -375,7 +375,7 @@ impl Transform<'_, '_> {
|
|||
|
||||
// Once we have sort and deduplicated the documents we write them into a final file.
|
||||
let mut final_sorter = create_sorter(
|
||||
|_id, _obkvs| Err(InternalError::IndexingMergingKeys { process: "merging documents" }),
|
||||
|_id, _obkvs| Err(InternalError::IndexingMergingKeys { process: "documents" }),
|
||||
self.chunk_compression_type,
|
||||
self.chunk_compression_level,
|
||||
self.chunk_fusing_shrink_size,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue