Sha256: 106343c1befc1bcd472d576c0bc248119ed75c1b34f0d38a153b1a464afba7ba

Contents?: true

Size: 390 Bytes

Versions: 3

Compression:

Stored size: 390 Bytes

Contents

require "harvestdor-indexer"
require "spotlight/dor/resources/version"

module Spotlight
  module Dor
    module Resources

      require "spotlight/dor/indexer"
      require "spotlight/dor/resources/engine"
      
      def self.indexer
        @indexer ||= Spotlight::Dor::Indexer.new File.join(Rails.root, "config", "gdor.yml"), solr: Blacklight.solr_config
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spotlight-dor-resources-0.0.3 lib/spotlight/dor/resources.rb
spotlight-dor-resources-0.0.2 lib/spotlight/dor/resources.rb
spotlight-dor-resources-0.0.1 lib/spotlight/dor/resources.rb