Method: Krikri::Harvesters::OAIHarvester#count

Defined in:
lib/krikri/harvesters/oai_harvester.rb

#countObject

Count on record_ids will request all ids and load them into memory TODO: an efficient implementation of count for OAI

Raises:

  • (NotImplementedError)


77
78
79
# File 'lib/krikri/harvesters/oai_harvester.rb', line 77

def count
  raise NotImplementedError
end