mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Support CSV again
This commit is contained in:
parent
c1c44a0b81
commit
8287c2644f
4 changed files with 147 additions and 48 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue