Skip to content

Commit

Permalink
Bump row count + Change Set Spec Name (#49)
Browse files Browse the repository at this point in the history
* Update solr_harvester.rb

* Update en.yml

* Changing helper text for Spec Spec.

* Updating version to 3.0.0.pre.beta.14

Co-authored-by: Phil Plencner <[email protected]>
  • Loading branch information
dl-maura and phil-plencner-hl authored Dec 6, 2022
1 parent af405a4 commit 2d66ac8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion app/models/spotlight/solr_harvester.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)."
Expand Down
2 changes: 1 addition & 1 deletion lib/spotlight/oaipmh/resources/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2d66ac8

Please sign in to comment.