Fix bugs in asc/desc criterion and facet indexing

This commit is contained in:
Loïc Lecrenier
2022-09-01 12:51:54 +02:00
committed by Loïc Lecrenier
parent a7201ece04
commit afdf87f6f7
2 changed files with 3 additions and 2 deletions

View File

@ -142,7 +142,7 @@ pub(crate) fn data_from_obkv_documents(
indexer,
lmdb_writer_sx.clone(),
extract_facet_string_docids,
merge_roaring_bitmaps, // TODO: check (cbo?)
merge_cbo_roaring_bitmaps, // TODO: check (cbo?)
TypedChunk::FieldIdFacetStringDocids,
"field-id-facet-string-docids",
);