Class: Valkyrie::Persistence::Solr::MetadataAdapter::NullIndexer
- Inherits:
-
Object
- Object
- Valkyrie::Persistence::Solr::MetadataAdapter::NullIndexer
- Defined in:
- lib/valkyrie/persistence/solr/metadata_adapter.rb
Overview
Class modeling the indexer for cases where indexing is not performed
Instance Method Summary collapse
-
#initialize(_) ⇒ NullIndexer
constructor
A new instance of NullIndexer.
-
#to_solr ⇒ Hash
Generate the Solr hash.
Constructor Details
#initialize(_) ⇒ NullIndexer
Note:
this is a no-op
Returns a new instance of NullIndexer.
82 |
# File 'lib/valkyrie/persistence/solr/metadata_adapter.rb', line 82 def initialize(_); end |
Instance Method Details
#to_solr ⇒ Hash
Generate the Solr hash
86 87 88 |
# File 'lib/valkyrie/persistence/solr/metadata_adapter.rb', line 86 def to_solr {} end |