Remove outdated TODOs

This commit is contained in:
Loïc Lecrenier
2022-09-07 18:03:52 +02:00
committed by Loïc Lecrenier
parent 3d7ed3263f
commit b1ab09196c
4 changed files with 2 additions and 6 deletions

View File

@ -21,7 +21,7 @@ pub fn extract_facet_string_docids<R: io::Read + io::Seek>(
let mut facet_string_docids_sorter = create_sorter(
grenad::SortAlgorithm::Stable,
merge_cbo_roaring_bitmaps, // TODO: check that it is correct
merge_cbo_roaring_bitmaps,
indexer.chunk_compression_type,
indexer.chunk_compression_level,
indexer.max_nb_chunks,

View File

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