Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Error reporting for items in GEOMG that do not appear in Solr #119

Open
karenmajewicz opened this issue Apr 22, 2021 · 3 comments
Open

Error reporting for items in GEOMG that do not appear in Solr #119

karenmajewicz opened this issue Apr 22, 2021 · 3 comments
Assignees

Comments

@karenmajewicz
Copy link
Member

I have a record in GEOMG that appears to save, but will not appear in Solr. It is not clear what the error is:

https://geomgdev.lib.umn.edu/documents/99-1012/edit

@ewlarson
Copy link
Contributor

ewlarson commented May 3, 2021

Locally, I see this error when attempting to index the document:

ERROR: [doc=99-1012] Error adding field 'dct_publisher_sm'='[University of Maryland Libraries, University of Notre Dame]' msg=Multiple values encountered for non multiValued copy field dct_publisher_sort: University of Notre Dame

We've got a solr schema.xml issue here.

@ewlarson
Copy link
Contributor

ewlarson commented May 3, 2021

Cannot sort on multivalued string. Will remove publisher sorting option.

@ewlarson
Copy link
Contributor

ewlarson commented May 3, 2021

Nice example of the database and solr being out of sync and not displaying any information back to the user. Keep open and think of ways to trap this kind of solr indexing issue for review.

ewlarson added a commit that referenced this issue May 3, 2021
Solr cannot sort on a multivalued string field. Removing this sort option.
Partially addresses: #119
#Aardvark
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants