Open gwan284 opened 5 years ago
@gwan284 Just came across this same issue. Find a solution?
@chadwcarlson workarounded by checking core status via STATUS
command before executing search.
@gwan284 Is this something that can be done using SolrInterface
or it requires a CoreAdmin
?
It requires CoreAdmin
(see STATUS
command):
https://lucene.apache.org/solr/guide/6_6/coreadmin-api.html
If your client might not have such access level, just fork this lib and fix locally, because this repo seems to be not maintained any longer.
Sorry for not responding It sounds like you need a better release process and monitoring tool to make sure things are up and running.
Happens when Solr fails to load core to execute
solr.Search
, in such cases Solr instance returnserror
object like :