Sha256: 49c9a80439be62cd0d54c161733380d4a1ef2652b043bc2c98896735a9666d93
Contents?: true
Size: 490 Bytes
Versions: 30
Compression:
Stored size: 490 Bytes
Contents
# frozen_string_literal: true # :nocov: begin gem 'rsolr' rescue Gem::LoadError => e raise Gem::LoadError, "You are using the Solr adapter without installing the #{e.name} gem. "\ "Add `gem '#{e.name}'` to your Gemfile." end # :nocov: module Valkyrie::Persistence # Implements the DataMapper Pattern to store metadata into Solr module Solr require 'valkyrie/persistence/solr/metadata_adapter' require 'valkyrie/persistence/solr/composite_indexer' end end
Version data entries
30 entries across 30 versions & 1 rubygems