Skip to content

Commit

Permalink
Merge pull request #2774 from wellcomecollection/Aggregation-updates
Browse files Browse the repository at this point in the history
Aggregation updates
  • Loading branch information
StepanBrychta authored Dec 4, 2024
2 parents cd74c2b + 2a29a74 commit 6fb2856
Show file tree
Hide file tree
Showing 223 changed files with 3,749 additions and 1,394 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ trait ImagesIndexFixtures extends IndexFixturesBase {
withLocalElasticSearchIndex[R](config =
getConfig(
mappings = "mappings.images_indexed.2024-11-14.json",
analysis = "analysis.works_indexed.2024-11-06.json"
analysis = "analysis.works_indexed.2024-11-14.json"
)
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ trait WorksIndexFixtures extends IndexFixturesBase {
def withLocalWorksIndex[R]: Fixture[Index, R] = {
withLocalElasticSearchIndex[R](config =
getConfig(
mappings = "mappings.works_indexed.2024-11-06.json",
analysis = "analysis.works_indexed.2024-11-06.json"
mappings = "mappings.works_indexed.2024-11-14.json",
analysis = "analysis.works_indexed.2024-11-14.json"
)
)
}
Expand Down
Loading

0 comments on commit 6fb2856

Please sign in to comment.