describe how to apply best_compression (#25706)

* describe how to apply best_compression

* update description
This commit is contained in:
Antonio Matarrese 2017-08-15 15:44:38 +01:00 committed by Clinton Gormley
parent 1331741d7c
commit 93edbc0030
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@ WARNING: Expert only. Checking shards may take a lot of time on large indices.
compression, but this can be set to +best_compression+
which uses https://en.wikipedia.org/wiki/DEFLATE[DEFLATE] for a higher
compression ratio, at the expense of slower stored fields performance.
If you are updating the compression type, the new one will be applied
after segments are merged. Segment merging can be forced using
<<indices-forcemerge,force merge>>.
[[routing-partition-size]] `index.routing_partition_size`::