Fxi the into_changes stop processing

This commit is contained in:
Clément Renault
2024-11-20 14:58:25 +01:00
parent 84600a10d1
commit 567bd4538b
10 changed files with 365 additions and 55 deletions

View File

@ -49,8 +49,9 @@ fn test_facet_distribution_with_no_facet_values() {
indexer.add_documents(&documents).unwrap();
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).unwrap();
let (document_changes, _operation_stats, primary_key) = indexer
.into_changes(&indexer_alloc, &index, &rtxn, None, &mut new_fields_ids_map, &|| false)
.unwrap();
indexer::index(
&mut wtxn,