Class: HealthMonitor::Providers::Solr
- Defined in:
- lib/health_monitor/providers/solr.rb
Defined Under Namespace
Classes: Configuration
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from HealthMonitor::Providers::Base
Instance Method Details
#check! ⇒ Object
23 24 25 26 27 |
# File 'lib/health_monitor/providers/solr.rb', line 23 def check! check_solr_connection! rescue Exception => e raise SolrException.new(e.) end |