How can we check solar is connected or not?
pawanpatil08 opened this issue · 1 comments
pawanpatil08 commented
I want to show two HTML pages using node js route
- if solar is connected then show index.html or
- if solar is not connected then show error.html
plz help me
melloware commented
Solar has a ping service: https://solr.apache.org/guide/8_10/ping.html
See example usage: https://lbdremy.github.io/solr-node-client/code/ping.js.html