Class: Hyrax::ValkyrieWorkIndexer Deprecated
- Inherits:
-
Indexers::PcdmObjectIndexer
- Object
- Indexers::PcdmObjectIndexer
- Hyrax::ValkyrieWorkIndexer
- Defined in:
- app/indexers/hyrax/valkyrie_work_indexer.rb
Overview
Deprecated.
use Hyrax::Indexers::PcdmObjectIndexer instead
Instance Method Summary collapse
-
#initialize(*args, **kwargs) ⇒ ValkyrieWorkIndexer
constructor
A new instance of ValkyrieWorkIndexer.
Constructor Details
#initialize(*args, **kwargs) ⇒ ValkyrieWorkIndexer
Returns a new instance of ValkyrieWorkIndexer.
7 8 9 10 |
# File 'app/indexers/hyrax/valkyrie_work_indexer.rb', line 7 def initialize(*args, **kwargs) Deprecation.warn "`Hyrax::ValkyrieWorkIndexer` is deprecated. Use `Hyrax::Indexers::PcdmObjectIndexer` instead." super end |