Class: HostedSolr::API::MagentoSolrBridgeSearchSolrCore

Inherits:
SolrCore
  • Object
show all
Defined in:
lib/hosted_solr/api/magento_solr_bridge_search_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) ⇒ MagentoSolrBridgeSearchSolrCore

Returns a new instance of MagentoSolrBridgeSearchSolrCore.



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

def initialize(name)
  super(name: name, system: 'solrbridge', solr_version: '4.9', schema: 'german')
end