OpenSearch/rest-api-spec/test/indices.optimize/10_basic.yaml

13 lines
182 B
YAML
Raw Normal View History

2013-07-23 21:57:58 -04:00
---
"Optimize index tests":
- do:
indices.create:
index: testing
- do:
indices.optimize:
index: testing
max_num_segments: 1
- is_true: ok