Skip to content

Commit

Permalink
Merge pull request #2889 from magda-io/bump-search-version
Browse files Browse the repository at this point in the history
Bumped search index version to cope with new acronym feature
  • Loading branch information
t83714 committed Jun 30, 2020
2 parents ca376e7 + 45ec48b commit 4bdef4d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ object IndexDefinition extends DefaultJsonProtocol {

val dataSets: IndexDefinition = new IndexDefinition(
name = "datasets",
version = 45,
version = 46,
indicesIndex = Indices.DataSetsIndex,
definition = (indices, config) => {
val baseDefinition =
Expand Down Expand Up @@ -353,7 +353,7 @@ object IndexDefinition extends DefaultJsonProtocol {
val publishers: IndexDefinition =
new IndexDefinition(
name = "publishers",
version = 4,
version = 5,
indicesIndex = Indices.PublishersIndex,
definition = (indices, config) =>
createIndex(indices.getIndex(config, Indices.PublishersIndex))
Expand Down

0 comments on commit 4bdef4d

Please sign in to comment.