Class: HostedSolr::API::MagentoSolrCore

Inherits:
SolrCore
  • Object
show all
Defined in:
lib/hosted_solr/api/magento_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, solr_version, schema) ⇒ MagentoSolrCore

Returns a new instance of MagentoSolrCore.



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

def initialize(name, solr_version, schema)
  super(name: name, system: 'magento', solr_version: solr_version, schema: schema)
end