Fix progress of into_changes

This commit is contained in:
Clément Renault
2024-11-20 15:10:09 +01:00
parent 867138f166
commit 8380ddbdcd
11 changed files with 101 additions and 6 deletions

View File

@ -128,7 +128,15 @@ fn test_typo_disabled_on_word() {
let indexer_alloc = Bump::new();
let (document_changes, _operation_stats, primary_key) = indexer
.into_changes(&indexer_alloc, &index, &rtxn, None, &mut new_fields_ids_map, &|| false)
.into_changes(
&indexer_alloc,
&index,
&rtxn,
None,
&mut new_fields_ids_map,
&|| false,
&|_progress| (),
)
.unwrap();
indexer::index(