Compare commits

...

2 Commits

Author SHA1 Message Date
Louis Dureuil
79111230ee display fids at the end 2025-01-08 17:24:17 +01:00
Louis Dureuil
d6957a8e5d ignore all string facets 2025-01-08 16:55:31 +01:00
2 changed files with 5 additions and 1 deletions

View File

@@ -536,6 +536,9 @@ where
drop(fields_ids_map_store);
let new_fields_ids_map = new_fields_ids_map.into_inner().unwrap();
for (fid, name, metadata) in new_fields_ids_map.iter() {
tracing::debug!("{fid}:{name},{metadata:?}");
}
index.put_fields_ids_map(wtxn, new_fields_ids_map.as_fields_ids_map())?;
if let Some(new_primary_key) = new_primary_key {

View File

@@ -269,7 +269,8 @@ impl FacetFieldIdsDelta {
pub fn consume_facet_string_delta(
&mut self,
) -> impl Iterator<Item = (FieldId, FacetFieldIdDelta)> + '_ {
self.modified_facet_string_ids.drain()
None.into_iter()
// self.modified_facet_string_ids.drain()
}
pub fn consume_facet_number_delta(