Compress elasticsearch stored fields.

Configure elasticsearch to compress stored fields and the term vector.

Change-Id: Ic7f40e18fc950056abd84e083b5d9abb69e38dbe
Reviewed-on: https://review.openstack.org/21138
Reviewed-by: Paul Belanger <paul.belanger@polybeacon.com>
Reviewed-by: Khai Do <zaro0508@gmail.com>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Clark Boylan 2013-02-04 10:55:47 -08:00 committed by Jenkins
parent 4ca0838652
commit ec62d5a2fe
1 changed files with 4 additions and 0 deletions

View File

@ -135,6 +135,10 @@
# Use the Index Status API (<http://localhost:9200/A/_status>) to inspect
# the index status.
# Compress stored fields and term vector.
index.store.compress.stored: true
index.store.compress.tv: true
#################################### Paths ####################################