TAMULib / scholars-discovery

MIT License
1 stars 0 forks source link

[Issue 334]: Handle possible null from solrClient.getById #414

Closed wwelling closed 3 months ago

wwelling commented 3 months ago

This will handle the possible return null value and the unexpected null pointer exception thrown from Solr dependency.

https://solr.apache.org/docs/9_1_0/solrj/org/apache/solr/client/solrj/SolrClient.html#getById(java.lang.String,java.lang.String)