mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 12:05:05 +08:00
Fix snapshots
This commit is contained in:
parent
076a3d371c
commit
76288fad72
@ -25,7 +25,9 @@ catto [0,]
|
|||||||
wolfo [2,]
|
wolfo [2,]
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
### Index Mapper:
|
### Index Mapper:
|
||||||
["beavero", "catto"]
|
beavero: { number_of_documents: 0, field_distribution: {} }
|
||||||
|
catto: { number_of_documents: 1, field_distribution: {"id": 1} }
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
### Canceled By:
|
### Canceled By:
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
source: index-scheduler/src/lib.rs
|
source: index-scheduler/src/lib.rs
|
||||||
assertion_line: 1859
|
|
||||||
---
|
---
|
||||||
### Autobatching Enabled = true
|
### Autobatching Enabled = true
|
||||||
### Processing Tasks:
|
### Processing Tasks:
|
||||||
@ -27,7 +26,9 @@ catto [0,]
|
|||||||
wolfo [2,]
|
wolfo [2,]
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
### Index Mapper:
|
### Index Mapper:
|
||||||
["beavero", "catto"]
|
beavero: { number_of_documents: 0, field_distribution: {} }
|
||||||
|
catto: { number_of_documents: 1, field_distribution: {"id": 1} }
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
### Canceled By:
|
### Canceled By:
|
||||||
3 [1,2,]
|
3 [1,2,]
|
||||||
|
@ -20,7 +20,8 @@ enqueued [0,1,]
|
|||||||
catto [0,]
|
catto [0,]
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
### Index Mapper:
|
### Index Mapper:
|
||||||
["catto"]
|
catto: { number_of_documents: 0, field_distribution: {} }
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
### Canceled By:
|
### Canceled By:
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
source: index-scheduler/src/lib.rs
|
source: index-scheduler/src/lib.rs
|
||||||
assertion_line: 1818
|
|
||||||
---
|
---
|
||||||
### Autobatching Enabled = true
|
### Autobatching Enabled = true
|
||||||
### Processing Tasks:
|
### Processing Tasks:
|
||||||
@ -23,7 +22,8 @@ canceled [0,]
|
|||||||
catto [0,]
|
catto [0,]
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
### Index Mapper:
|
### Index Mapper:
|
||||||
["catto"]
|
catto: { number_of_documents: 0, field_distribution: {} }
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
### Canceled By:
|
### Canceled By:
|
||||||
1 [0,]
|
1 [0,]
|
||||||
|
Loading…
Reference in New Issue
Block a user