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.
Since Dataverse v6.3 (related to #10505 coded by myself), if you are using :CVocConf with these specific conditions :
term-uri-field
parametermanaged-fields
parameterThen 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.