mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Remove, now useless, the WriteMethod enum
This commit is contained in:
parent
e9c02173cf
commit
51d1e64b23
6 changed files with 28 additions and 67 deletions
|
@ -59,12 +59,6 @@ impl Default for IndexDocumentsMethod {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub enum WriteMethod {
|
||||
Append,
|
||||
GetMergePut,
|
||||
}
|
||||
|
||||
pub struct IndexDocuments<'t, 'u, 'i, 'a, F> {
|
||||
wtxn: &'t mut heed::RwTxn<'i, 'u>,
|
||||
index: &'i Index,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue