-
Notifications
You must be signed in to change notification settings - Fork 25
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
Indexing : Deleting 'mef_persons' cause 'index_not_found' exception #601
Labels
developers
From a developer point of view.
Comments
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Nov 14, 2019
* Fix indexer schema mapping for mef authorities * Reforctoring of document listeners using MefPerson class * Closes rero#601 Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Nov 14, 2019
* Fix indexer schema mapping for mef authorities * Reforctoring of document listeners using MefPerson class * Closes rero#601 Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Nov 14, 2019
* Fix indexer schema mapping for mef authorities * Reforctoring of document listeners using MefPerson class * Closes rero#601 Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Nov 15, 2019
* Fix indexer schema mapping for mef authorities * Reforctoring of document listeners using MefPerson class * Closes rero#601 Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Nov 18, 2019
* Firx mef person index suppression problem when a document is deleted * Closes rero#601 Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
6 tasks
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Nov 18, 2019
* Fixes mef person index suppression problem when a document is deleted * Closes rero#601 Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue
When trying to delete a document, then the system loop on each author of this document and determine if this author is 1) a mef_reference 2) has other document linked.
If not, the system try to delete this mef_reference from ES and that cause an "index_not_found" exception.
To Reproduce
documents/228
)Software version
rero-ils 0.5.1
Screenshots
The text was updated successfully, but these errors were encountered: