class DogBiscuits::JournalArticleIndexer
Public Instance Methods
contributors_to_index()
click to toggle source
Add any properties to ensure they are 'mixed in' with the *_labels field in solr
# File lib/dog_biscuits/indexers/journal_article_indexer.rb, line 8 def contributors_to_index ['funder'] end
do_local_indexing(solr_doc)
click to toggle source
Add any custom indexing into here. Method must exist, but can be empty.
# File lib/dog_biscuits/indexers/journal_article_indexer.rb, line 13 def do_local_indexing(solr_doc); end