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

Add limit to total number of fields in mapping #17357

Closed
wants to merge 1 commit into from

Commits on Mar 27, 2016

  1. Add limit to total number of fields in mapping

    This is to prevent mapping explosion when dynamic keys such as UUID are used as field names. index.mapping.total_fields.limit specifies the total number of fields an index can have. An exception will be thrown when the limit is reached. The default limit is 1000. Value 0 means no limit. This setting is runtime adjustable
    yanjunh committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    c80053b View commit details
    Browse the repository at this point in the history