mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fix update indexing
This commit is contained in:
parent
7384650d85
commit
2668f841d1
2 changed files with 2 additions and 3 deletions
|
@ -249,11 +249,10 @@ impl<'a, 'i> Transform<'a, 'i> {
|
|||
None => self.flattened_sorter.insert(docid.to_be_bytes(), base_obkv)?,
|
||||
}
|
||||
}
|
||||
} else {
|
||||
self.new_documents_ids.insert(docid);
|
||||
}
|
||||
|
||||
if !skip_insertion {
|
||||
self.new_documents_ids.insert(docid);
|
||||
// We use the extracted/generated user id as the key for this document.
|
||||
self.original_sorter.insert(&docid.to_be_bytes(), obkv_buffer.clone())?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue