Sha256: a9b9c0e96741521b53d31895b92b6674009fc0d8dbe466649035e01369026545
Contents?: true
Size: 256 Bytes
Versions: 1
Compression:
Stored size: 256 Bytes
Contents
require 'hosted_solr/api/solr_core' module HostedSolr module API class SolrForTypo3301SolrCore < SolrCore def initialize(name, schema) super(name: name, system: 'typo3', solr_version: '4.8', schema: schema) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hosted_solr-api-0.6.0 | lib/hosted_solr/api/solr_for_typo3_301_solr_core.rb |