Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename caches. #11893

Merged
merged 1 commit into from Jun 29, 2015
Merged

Rename caches. #11893

merged 1 commit into from Jun 29, 2015

Commits on Jun 29, 2015

  1. Rename caches.

    In order to be more consistent with what they do, the query cache has been
    renamed to request cache and the filter cache has been renamed to query
    cache.
    
    A known issue is that package/logger names do no longer match settings names,
    please speak up if you think this is an issue.
    
    Here are the settings for which I kept backward compatibility. Note that they
    are a bit different from what was discussed on elastic#11569 but putting `cache` before
    the name of what is cached has the benefit of making these settings consistent
    with the fielddata cache whose size is configured by
    `indices.fielddata.cache.size`:
     * index.cache.query.enable -> index.requests.cache.enable
     * indices.cache.query.size -> indices.requests.cache.size
     * indices.cache.filter.size -> indices.queries.cache.size
    
    Close elastic#11569
    jpountz committed Jun 29, 2015
    Copy the full SHA
    38f5cc2 View commit details
    Browse the repository at this point in the history