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

Update doesn't work on Elasticsearch 7.11 #101

Closed
To-om opened this issue Feb 19, 2021 · 0 comments
Closed

Update doesn't work on Elasticsearch 7.11 #101

To-om opened this issue Feb 19, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@To-om
Copy link
Contributor

To-om commented Feb 19, 2021

After updating to Elasticsearch 7.11, document without relation cannot be updated. The error message is:

ElasticError(mapper_parsing_exception,failed to parse,None,None,None,
List(ElasticError(mapper_parsing_exception,failed to parse,None,None,None,null,None,None,None,List())),
Some(CausedBy(illegal_argument_exception,unknown join name [sequence] for field [relations],Map())),
None,None,List())

Before ES7.11, join field can be used to store document type, even if there is no relationship. From ES 7.11, a dedicated field must be used to store document type.

@To-om To-om added this to the 1.13.0 milestone Feb 19, 2021
@To-om To-om self-assigned this Feb 19, 2021
To-om added a commit that referenced this issue Feb 19, 2021
@To-om To-om added the bug label Feb 19, 2021
@To-om To-om closed this as completed Feb 19, 2021
@To-om To-om reopened this Feb 19, 2021
@To-om To-om modified the milestones: 1.13.0, 1.13.1 Feb 19, 2021
@To-om To-om closed this as completed Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant