enum Meilisearch::Task::Type

Defined in:

meilisearch/objects/core/task.cr

Enum Members

IndexCreation = 0
IndexUpdate = 1
IndexDeletion = 2
IndexSwap = 3
DocumentAdditionOrUpdate = 4
DocumentDeletion = 5
SettingsUpdate = 6
DumpCreation = 7
TaskCancelation = 8
TaskDeletion = 9
SnapshotCreation = 10

Instance Method Summary

Instance Method Detail

def document_addition_or_update? #

[View source]
def document_deletion? #

[View source]
def dump_creation? #

[View source]
def index_creation? #

[View source]
def index_deletion? #

[View source]
def index_swap? #

[View source]
def index_update? #

[View source]
def settings_update? #

[View source]
def snapshot_creation? #

[View source]
def task_cancelation? #

[View source]
def task_deletion? #

[View source]