Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Indexing / Lower severity of getIndexField
While indexing, a number of log error can be reported: ``` 2024-06-18T17:11:21,679 ERROR [geonetwork] - Failed to get index field 'resourceTitleObject' value on '10.17600/14000100', caused by Document with id 10.17600/14000100 not found ``` This is due to either remote record links not present in index eg. DOI or to an empty index and document search returns no document at starts. It is triggered mainly in https://github.com/geonetwork/core-geonetwork/blob/main/web/src/main/webapp/xslt/common/index-utils.xsl#L141 but the `recordLink` field is currently not used in main UI. Related to geonetwork@e606996 and geonetwork@20cc13b
- Loading branch information