mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Remove soft-deleted related methods from Index
This commit is contained in:
parent
c534a1b687
commit
113527f466
11 changed files with 9 additions and 124 deletions
|
@ -999,7 +999,6 @@ mod tests {
|
|||
assert_eq!(count, 6);
|
||||
|
||||
db_snap!(index, word_docids, "updated");
|
||||
db_snap!(index, soft_deleted_documents_ids, "updated", @"[0, 1, 4, ]");
|
||||
|
||||
drop(rtxn);
|
||||
}
|
||||
|
@ -2649,8 +2648,6 @@ mod tests {
|
|||
0 1
|
||||
"###);
|
||||
|
||||
db_snap!(index, soft_deleted_documents_ids, @"[]");
|
||||
|
||||
// BATCH 3
|
||||
|
||||
println!("--- ENTERING BATCH 3");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue