Class: Hyrax::ValkyrieCollectionIndexer Deprecated
- Inherits:
-
PcdmCollectionIndexer
- Object
- Indexers::ResourceIndexer
- Indexers::PcdmCollectionIndexer
- PcdmCollectionIndexer
- Hyrax::ValkyrieCollectionIndexer
- Defined in:
- app/indexers/hyrax/valkyrie_collection_indexer.rb
Overview
Deprecated.
use Hyrax::Indexers::PcdmCollectionIndexer
instead
Instance Attribute Summary
Attributes inherited from Indexers::ResourceIndexer
Instance Method Summary collapse
-
#initialize(*args, **kwargs) ⇒ ValkyrieCollectionIndexer
constructor
also deprecated.
Methods inherited from Indexers::PcdmCollectionIndexer
Methods included from ThumbnailIndexer
#index_thumbnails, #thumbnail_path, #to_solr
Methods included from LocationIndexer
Methods included from VisibilityIndexer
Methods included from PermissionIndexer
Methods inherited from Indexers::ResourceIndexer
for, #generate_solr_document, #to_solr
Constructor Details
#initialize(*args, **kwargs) ⇒ ValkyrieCollectionIndexer
also deprecated
7 8 9 10 |
# File 'app/indexers/hyrax/valkyrie_collection_indexer.rb', line 7 def initialize(*args, **kwargs) Deprecation.warn "`Hyrax::ValkyrieCollectionIndexer` is deprecated. Use `Hyrax::Indexers::PcdmCollectionIndexer` instead." super end |