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

Conversation

rjernst
Copy link
Member

@rjernst rjernst commented Jul 21, 2015

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.

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 rjernst added v2.0.0-beta1 :Search/Mapping Index mappings, including merging and defining field types :Internal labels Jul 21, 2015
@jpountz
Copy link
Contributor

jpountz commented Jul 21, 2015

LGTM

rjernst added a commit that referenced this pull request Jul 21, 2015
@rjernst rjernst merged commit ededbf0 into elastic:master Jul 21, 2015
@rjernst rjernst deleted the fix/index-name-in-mapper-service branch July 21, 2015 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement :Search/Mapping Index mappings, including merging and defining field types v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants