diff --git a/Gemfile.lock b/Gemfile.lock index 0aa6109..67a623f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,7 +48,7 @@ GIT PATH remote: . specs: - spotlight-oaipmh-resources (3.0.0.pre.beta.13) + spotlight-oaipmh-resources (3.0.0.pre.beta.14) mods oai diff --git a/app/models/spotlight/solr_harvester.rb b/app/models/spotlight/solr_harvester.rb index 1b4cbda..07e1773 100644 --- a/app/models/spotlight/solr_harvester.rb +++ b/app/models/spotlight/solr_harvester.rb @@ -3,7 +3,7 @@ module Spotlight class SolrHarvester < Harvester - ROW_COUNT = 50 + ROW_COUNT = 1000 DEFAULT_SORT_FIELD = '_id' alias_attribute :mapping_file, :solr_mapping_file diff --git a/config/locales/en.yml b/config/locales/en.yml index 4f53e27..f9e8168 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -11,9 +11,9 @@ en: add_item: "Harvest items" url-field: help: "Add the base URL of the data to be harvested." - set: "Set name" + set: "Set Spec" set-field: - help: "Type in the set name to be harvested." + help: "Type in the set spec to be harvested." mapping-file: "Select Mapping File" mapping-file-field: help: "Select Mapping File to Use (default is mapping.yml)." diff --git a/lib/spotlight/oaipmh/resources/version.rb b/lib/spotlight/oaipmh/resources/version.rb index 23178d0..fe075d9 100644 --- a/lib/spotlight/oaipmh/resources/version.rb +++ b/lib/spotlight/oaipmh/resources/version.rb @@ -2,7 +2,7 @@ module Spotlight module Oaipmh # :nodoc: module Resources - VERSION = "3.0.0-beta.13" + VERSION = "3.0.0-beta.14" end end end