mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
Support CSV again
This commit is contained in:
@ -9,6 +9,7 @@ use heed::{RoTxn, RwTxn};
|
||||
pub use partial_dump::PartialDump;
|
||||
use rayon::iter::{IntoParallelIterator, ParallelIterator};
|
||||
use rayon::ThreadPool;
|
||||
pub use top_level_map::{CowStr, TopLevelMap};
|
||||
pub use update_by_function::UpdateByFunction;
|
||||
|
||||
use super::channel::*;
|
||||
|
@ -1,4 +1,5 @@
|
||||
pub use document_change::{Deletion, DocumentChange, Insertion, Update};
|
||||
pub use indexer::{CowStr, TopLevelMap};
|
||||
pub use items_pool::ItemsPool;
|
||||
|
||||
use super::del_add::DelAdd;
|
||||
|
Reference in New Issue
Block a user