mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-12-02 10:05:05 +08:00
9522b75454
1. Matched tasks are a roaring bitmap 2. Start implementation in meilisearch-http 3. Snapshots use meili-snap 4. Rename to TaskDeletion
24 lines
936 B
Plaintext
24 lines
936 B
Plaintext
---
|
|
source: index-scheduler/src/lib.rs
|
|
---
|
|
### Autobatching Enabled = true
|
|
### Processing Tasks:
|
|
[0,]
|
|
----------------------------------------------------------------------
|
|
### All Tasks:
|
|
0 {uid: 0, status: enqueued, details: { received_documents: 1, indexed_documents: 0 }, kind: DocumentImport { index_uid: "doggos", primary_key: Some("id"), method: ReplaceDocuments, content_file: 00000000-0000-0000-0000-000000000000, documents_count: 1, allow_index_creation: true }}
|
|
----------------------------------------------------------------------
|
|
### Status:
|
|
enqueued [0,]
|
|
----------------------------------------------------------------------
|
|
### Kind:
|
|
"documentImport" [0,]
|
|
----------------------------------------------------------------------
|
|
### Index Tasks:
|
|
doggos [0,]
|
|
----------------------------------------------------------------------
|
|
### Index Mapper:
|
|
[]
|
|
----------------------------------------------------------------------
|
|
|