Class: HostedSolr::API::SunspotSolrCore

Inherits:
SolrCore
  • Object
show all
Defined in:
lib/hosted_solr/api/sunspot_solr_core.rb

Instance Attribute Summary

Attributes inherited from SolrCore

#created_at, #host, #id, #internal_name, #is_activated, #name, #password, #schema, #solr_version, #system, #updated_at

Instance Method Summary collapse

Methods inherited from SolrCore

#connection_uri, from_hash, #port, #protocol

Constructor Details

#initialize(name) ⇒ SunspotSolrCore

Returns a new instance of SunspotSolrCore.



6
7
8
# File 'lib/hosted_solr/api/sunspot_solr_core.rb', line 6

def initialize(name)
  super(name: name, system: 'sunspot', solr_version: '3.5', schema: 'standard')
end