Sha256: 1c02ffc0c1c6678d2a4192e5c64ee718bb521446bf0bec7bb4c4fc4fed9a3d23
Contents?: true
Size: 246 Bytes
Versions: 1
Compression:
Stored size: 246 Bytes
Contents
require 'hosted_solr/api/solr_core' module HostedSolr module API class SunspotSolrCore < SolrCore def initialize(name) super(name: name, system: 'sunspot', solr_version: '3.5', 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/sunspot_solr_core.rb |