mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 05:14:27 +01:00
Update milli/src/update/delete_documents.rs
This commit is contained in:
parent
916c23e7be
commit
69edbf9f6d
@ -48,7 +48,7 @@ pub struct DocumentDeletionResult {
|
|||||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Default)]
|
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Default)]
|
||||||
pub enum DeletionStrategy {
|
pub enum DeletionStrategy {
|
||||||
#[default]
|
#[default]
|
||||||
/// Definitely suppress documents according to the number of size of soft-deleted documents
|
/// Definitely suppress documents according to the number or size of soft-deleted documents
|
||||||
Dynamic,
|
Dynamic,
|
||||||
/// Never definitely suppress documents
|
/// Never definitely suppress documents
|
||||||
AlwaysSoft,
|
AlwaysSoft,
|
||||||
|
Loading…
Reference in New Issue
Block a user