mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Post processing of the merge
This commit is contained in:
parent
ee03743355
commit
10f49f0d75
12 changed files with 512 additions and 996 deletions
|
@ -264,7 +264,7 @@ fn export_a_dump(
|
|||
format!("While iterating on content file {:?}", content_file_uuid)
|
||||
})? {
|
||||
dump_content_file
|
||||
.push_document(&obkv_to_object(&doc, &documents_batch_index)?)?;
|
||||
.push_document(&obkv_to_object(doc, &documents_batch_index)?)?;
|
||||
}
|
||||
dump_content_file.flush()?;
|
||||
count += 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue