Skip to content

Commit

Permalink
Add analysis JSON #5818
Browse files Browse the repository at this point in the history
  • Loading branch information
StepanBrychta committed Nov 8, 2024
1 parent 6e95259 commit ea24d7a
Show file tree
Hide file tree
Showing 4 changed files with 388 additions and 3 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-06.json",
analysis = "analysis.works_indexed.2024-08-20.json"
analysis = "analysis.works_indexed.2024-11-06.json"
)
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ trait WorksIndexFixtures extends IndexFixturesBase {
withLocalElasticSearchIndex[R](config =
getConfig(
mappings = "mappings.works_indexed.2024-11-06.json",
analysis = "analysis.works_indexed.2024-08-20.json"
analysis = "analysis.works_indexed.2024-11-06.json"
)
)
}
Expand Down
Loading

0 comments on commit ea24d7a

Please sign in to comment.