-
Notifications
You must be signed in to change notification settings - Fork 70
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
Moving a node leads to double-indexed nodes #353
Comments
why not use the identifier instead of the node-path when finding the nodes to delete/create on move? the identifier doesn't change when moving it, right? |
Don't remember why we use the context path for this document identifier ... sounds odd ... but some memories could be nice .... maybe in the past the node uuid change during a move operation ? |
We've been running a "patched" version of this that does exactly this (use the Identifier) without a problem. I thought we did a pull request back then, but apparently not. Maybe @remuslazar can provide a pull request? |
@baschny sure thing! |
Currently, the identifier of the elasticsearch document is calculated using the nodepath.
When a node is moved, a new document with a new identifier is added to the index instead of updating the existing.
The text was updated successfully, but these errors were encountered: