Class: HostedSolr::API::SolrForTypo3310SolrCore

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

Returns a new instance of SolrForTypo3310SolrCore.



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

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