This commit is contained in:
Louis Dureuil 2025-01-09 13:26:17 +01:00
parent f0ec8cbffe
commit a21711f473
No known key found for this signature in database

View File

@ -94,7 +94,8 @@ impl<'a, 'b, 'extractor> Extractor<'extractor> for DocumentsExtractor<'a, 'b> {
.or_default();
*entry -= 1;
}
let content = update.updated();
let content =
update.merged(&context.rtxn, context.index, &context.db_fields_ids_map)?;
let geo_iter = content
.geo_field()
.transpose()