mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
implements most operations
This commit is contained in:
parent
9aa31cd391
commit
ef4594c078
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