mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
implements most operations
This commit is contained in:
parent
5a7fcf2688
commit
af0f5d6c0c
2 changed files with 68 additions and 3 deletions
|
@ -2,6 +2,7 @@ use anyhow::Result;
|
|||
use serde::{Deserialize, Serialize};
|
||||
use std::path::PathBuf;
|
||||
use time::OffsetDateTime;
|
||||
use uuid::Uuid;
|
||||
|
||||
use crate::TaskId;
|
||||
|
||||
|
@ -56,7 +57,7 @@ pub enum KindWithContent {
|
|||
Snapshot,
|
||||
DocumentAddition {
|
||||
index_name: String,
|
||||
content_file: String,
|
||||
content_file: Uuid,
|
||||
},
|
||||
DocumentDeletion {
|
||||
index_name: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue