mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04: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)]
|
||||
pub enum DeletionStrategy {
|
||||
#[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,
|
||||
/// Never definitely suppress documents
|
||||
AlwaysSoft,
|
||||
|
Loading…
Reference in New Issue
Block a user