mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Introduce the word_level_position_docids Index database
This commit is contained in:
parent
75e7b1e3da
commit
b0a417f342
7 changed files with 54 additions and 3 deletions
|
@ -2,6 +2,7 @@ mod beu32_str_codec;
|
|||
mod obkv_codec;
|
||||
mod roaring_bitmap;
|
||||
mod roaring_bitmap_length;
|
||||
mod str_level_position_codec;
|
||||
mod str_str_u8_codec;
|
||||
pub mod facet;
|
||||
|
||||
|
@ -9,4 +10,5 @@ pub use self::beu32_str_codec::BEU32StrCodec;
|
|||
pub use self::obkv_codec::ObkvCodec;
|
||||
pub use self::roaring_bitmap::{BoRoaringBitmapCodec, CboRoaringBitmapCodec, RoaringBitmapCodec};
|
||||
pub use self::roaring_bitmap_length::{BoRoaringBitmapLenCodec, CboRoaringBitmapLenCodec, RoaringBitmapLenCodec};
|
||||
pub use self::str_level_position_codec::StrLevelPositionCodec;
|
||||
pub use self::str_str_u8_codec::StrStrU8Codec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue