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 index name from mapping parser #12352

Merged
merged 2 commits into from Jul 21, 2015

Commits on Jul 21, 2015

  1. Mappings: Remove index name from mapping parser

    The index name was passed along through many levels of mapping parsing,
    just so that it could be used for _index. However, the index name
    is really metadata that should exist alongside things like type and
    id in SourceToParse.
    
    This change moves index name to SourceToParse, and eliminates it from the
    DocumentMapperParser.
    rjernst committed Jul 21, 2015
    Copy the full SHA
    2ad682e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    abcf269 View commit details
    Browse the repository at this point in the history