mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Use the merge_caches_alt function in the docids merging
This commit is contained in:
parent
29ef164530
commit
be411435f5
2 changed files with 7 additions and 4 deletions
|
@ -6,7 +6,10 @@ mod searchable;
|
|||
mod vectors;
|
||||
|
||||
use bumpalo::Bump;
|
||||
pub use cache::{merge_caches, transpose_and_freeze_caches, BalancedCaches, DelAddRoaringBitmap};
|
||||
pub use cache::{
|
||||
merge_caches, merge_caches_alt, transpose_and_freeze_caches, BalancedCaches,
|
||||
DelAddRoaringBitmap,
|
||||
};
|
||||
pub use documents::*;
|
||||
pub use faceted::*;
|
||||
pub use geo::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue