class DogBiscuits::ThesisIndexer

Public Instance Methods

contributors_to_index() click to toggle source
# File lib/dog_biscuits/indexers/thesis_indexer.rb, line 7
def contributors_to_index
  ['advisor', 'funder']
end
do_local_indexing(solr_doc) click to toggle source

Add any custom indexing into here. Method must exist, but can be empty.

@param [Hash] solr_doc

# File lib/dog_biscuits/indexers/thesis_indexer.rb, line 14
def do_local_indexing(solr_doc); end