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

Fix mapper_parsing_exception #29

Merged
merged 1 commit into from
Dec 15, 2016
Merged

Conversation

Bargs
Copy link
Contributor

@Bargs Bargs commented Dec 15, 2016

ES is now throwing exceptions when match_mapping_type contains
an invalid value. text is an invalid value, we must use string for
this particular property. Makelogs would get this error and stop
execution, failing to index any documents or create a template.

ES is now [throwing exceptions][1] when `match_mapping_type` contains
an invalid value. `text` is an invalid value, we must use `string` for
this [particular property]. Makelogs would get this error and stop
execution, failing to index any documents or create a template.

[1]: elastic/elasticsearch#22090
[2]: elastic/elasticsearch#16945
@thomasneirynck
Copy link

I tested this and it works with latest ES master after elastic/elasticsearch#22090

This change also does not affect using older versions of ES.

Copy link
Contributor

@spalger spalger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Bargs Bargs merged commit 6893128 into elastic:master Dec 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants