Commit 6cb2559a authored by Ruben Davila's avatar Ruben Davila

Don't use shoort options in elasticsearch docs.

parent 9b94b52a
......@@ -205,7 +205,7 @@ time drop.
1. A force merge should be called after enabling the refreshing above:
```bash
curl -XPOST 'http://localhost:9200/_forcemerge?max_num_segments=5'
curl --request POST 'http://localhost:9200/_forcemerge?max_num_segments=5'
```
To minimize downtime of the search feature we recommend the following:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment