Comment 3 for bug 1498995

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to searchlight (master)

Reviewed: https://review.openstack.org/288932
Committed: https://git.openstack.org/cgit/openstack/searchlight/commit/?id=12eb651ee39e455b61285b5e5f935fa0ba2bd478
Submitter: Jenkins
Branch: master

commit 12eb651ee39e455b61285b5e5f935fa0ba2bd478
Author: Steve McLellan <email address hidden>
Date: Fri Mar 4 23:04:10 2016 -0600

    Set doc_values on field definitions

    Using the doc_values field storage format can result in dramatically
    reduced memory usage at the cost of some disk space. This patch enforces
    what is the default in Elasticsearch 2.x. It does so by modifying the
    mapping to add doc_values: True for appropriate field types. This can
    be overridden globally in configuration, per plugin via a property or
    for individual field types.

    See
    https://www.elastic.co/guide/en/elasticsearch/guide/current/doc-values.html

    This is an alternative to https://review.openstack.org/#/c/287401/

    Change-Id: I5e5fb880657fcab7223e0e5f7525aec07fbdf612
    Closes-Bug: #1498995