mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Make the engine to return csv string records as documents and headers
This commit is contained in:
parent
bad0663138
commit
580ed1119a
8 changed files with 127 additions and 80 deletions
|
@ -1,5 +1,7 @@
|
|||
mod csv_string_record_codec;
|
||||
mod roaring_bitmap_codec;
|
||||
mod str_beu32_codec;
|
||||
|
||||
pub use self::csv_string_record_codec::CsvStringRecordCodec;
|
||||
pub use self::roaring_bitmap_codec::RoaringBitmapCodec;
|
||||
pub use self::str_beu32_codec::StrBEU32Codec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue