class DogBiscuits::ConferenceItemIndexer

Public Instance Methods

contributors_to_index() click to toggle source

NB. include 'contributor' here if it is used in the form

# File lib/dog_biscuits/indexers/conference_item_indexer.rb, line 8
def contributors_to_index
  ['editor', '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/conference_item_indexer.rb, line 15
def do_local_indexing(solr_doc); end