mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-06-06 20:25:40 +00:00
Update crates/milli/src/update/new/extract/faceted/extract_facets.rs
Co-authored-by: Many the fish <many@meilisearch.com>
This commit is contained in:
parent
9ad43b6841
commit
44f812c36d
@ -194,7 +194,7 @@ impl FacetedDocidsExtractor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 2. Maybe update geo
|
// 2. Maybe update geo
|
||||||
if is_geo_enabled && has_changed_for_geo_fields {
|
if is_geo_enabled && inner.has_changed_for_geo_fields(rtxn, index, context.db_fields_ids_map)? {
|
||||||
extract_geo_document(
|
extract_geo_document(
|
||||||
inner.current(rtxn, index, context.db_fields_ids_map)?,
|
inner.current(rtxn, index, context.db_fields_ids_map)?,
|
||||||
inner.external_document_id(),
|
inner.external_document_id(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user