Skip to content
Snippets Groups Projects
Commit 474fb24a authored by vufind2-uc-devel's avatar vufind2-uc-devel Committed by Demian Katz
Browse files

Add new parameters to the OAI harvester: timeout, combineRecords, combineRecordsTag

timeout controls HTTP timeouts.

combineRecords allows administrators to tell the harvester to combine harvested records into
one collection file instead of one file per record. The harvester will combine these records after
every chunk (i.e., for every resumptionToken), therefore if a server's chunk size is set to 1000, then
instead of harvesting 3,123 record files, the harvester will create only 4 record files.
The default value is false.

combineRecordsTag can be used to control the wrapping tag applied when combinedRecords is true.
parent f0b81ea4
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment