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

Remove the dependecy on IndexFielddataService from MapperService. #12371

Merged
merged 1 commit into from
Jul 22, 2015

Commits on Jul 21, 2015

  1. Remove the dependecy on IndexFielddataService from MapperService.

    This dependency was used in order for mapping updates that change the fielddata
    format to take effect immediately. And the way it worked was by clearing the
    cache of fielddata instances that were already loaded. However, we do not need
    to cache the already loaded (logical) fielddata instances, they are cheap to
    regenerate. Note that the fielddata _caches_ are still kept around so that we
    don't keep on rebuilding costly (physical) fielddata values.
    jpountz committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    3fd7a36 View commit details
    Browse the repository at this point in the history