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

6.3 : Indexing issue while using CVOC setting #10869

Closed
luddaniel opened this issue Sep 23, 2024 · 0 comments · Fixed by #10870
Closed

6.3 : Indexing issue while using CVOC setting #10869

luddaniel opened this issue Sep 23, 2024 · 0 comments · Fixed by #10870
Labels
Type: Bug a defect
Milestone

Comments

@luddaniel
Copy link
Contributor

luddaniel commented Sep 23, 2024

Since Dataverse v6.3 (related to #10505 coded by myself), if you are using :CVocConf with these specific conditions :

  • a child datasetfield as term-uri-field parameter
  • AND an empty json object for the managed-fields parameter

Then you will experience no indexation on update or create of dataset because of a NullPointerException handled by the code avoiding red alert message but catched silently causing no document to be add to solr.
Freshly created dataset will not appear and updated dataset will still appear but with unupdated metadata.

If you are in this context, I see no workaround but to patch your fork or deploy a fixed/superior version.

@qqmyers @pdurbin Could you help me for the communication and if it's suitable maybe the packaging of a new 6.3 version like https://groups.google.com/g/dataverse-community/c/evn5C-pyrS8/m/JrH9vp47DwAJ ?
At least add it to 6.4 milestone.
Thanks in advance and sorry for this.

@luddaniel luddaniel added the Type: Bug a defect label Sep 23, 2024
@pdurbin pdurbin added this to the 6.4 milestone Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug a defect
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants