Sha256: 749bd38f91cc33cf7aff66b641534132d545560df3303a1dc1de2f6baee8d28f
Contents?: true
Size: 256 Bytes
Versions: 1
Compression:
Stored size: 256 Bytes
Contents
require 'hosted_solr/api/solr_core' module HostedSolr module API class SolrForTypo320xSolrCore < SolrCore def initialize(name, schema) super(name: name, system: 'typo3', solr_version: '3.6', 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_20x_solr_core.rb |