Method: Krikri::Harvesters::OAIHarvester#count
- Defined in:
- lib/krikri/harvesters/oai_harvester.rb
#count ⇒ Object
Count on record_ids will request all ids and load them into memory TODO: an efficient implementation of count for OAI
77 78 79 |
# File 'lib/krikri/harvesters/oai_harvester.rb', line 77 def count raise NotImplementedError end |