flush after deleting docs
Original commit: elastic/x-pack-elasticsearch@1cd245c398
This commit is contained in:
parent
760c960c98
commit
a75fecb472
|
@ -78,3 +78,7 @@
|
|||
index: test_index
|
||||
type: test_type
|
||||
id: d12
|
||||
|
||||
- do:
|
||||
indices.flush:
|
||||
index: test_index
|
||||
|
|
Loading…
Reference in New Issue