Class: Hyrax::ValkyrieCollectionIndexer Deprecated

Inherits:
PcdmCollectionIndexer show all
Defined in:
app/indexers/hyrax/valkyrie_collection_indexer.rb

Overview

Deprecated.

use Hyrax::Indexers::PcdmCollectionIndexer instead

Instance Attribute Summary

Attributes inherited from Indexers::ResourceIndexer

#resource

Instance Method Summary collapse

Methods inherited from Indexers::PcdmCollectionIndexer

#to_solr

Methods included from ThumbnailIndexer

#index_thumbnails, #thumbnail_path, #to_solr

Methods included from LocationIndexer

#to_solr

Methods included from VisibilityIndexer

#to_solr

Methods included from PermissionIndexer

#to_solr

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