Sha256: d40053b558df61c6201f01a26f45b23e17594c4554d5e2115557325ceea3357b
Contents?: true
Size: 244 Bytes
Versions: 1
Compression:
Stored size: 244 Bytes
Contents
require 'hosted_solr/api/solr_core' module HostedSolr module API class DrupalSolrCore < SolrCore def initialize(name) super(name: name, system: 'drupal', solr_version: '4.8', schema: 'standard') 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/drupal_solr_core.rb |