Skip to content

Commit

Permalink
Merge pull request #2746 from wellcomecollection/Index-cocnept-ID-for…
Browse files Browse the repository at this point in the history
…-querying

Index concept id for querying
  • Loading branch information
StepanBrychta authored Nov 8, 2024
2 parents 4aaa98b + ea24d7a commit 1719f63
Show file tree
Hide file tree
Showing 208 changed files with 2,865 additions and 205 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ trait ImagesIndexFixtures extends IndexFixturesBase {
def withLocalImagesIndex[R]: Fixture[Index, R] = {
withLocalElasticSearchIndex[R](config =
getConfig(
mappings = "mappings.images_indexed.2024-08-20.json",
analysis = "analysis.works_indexed.2024-08-20.json"
mappings = "mappings.images_indexed.2024-11-06.json",
analysis = "analysis.works_indexed.2024-11-06.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-08-20.json",
analysis = "analysis.works_indexed.2024-08-20.json"
mappings = "mappings.works_indexed.2024-11-06.json",
analysis = "analysis.works_indexed.2024-11-06.json"
)
)
}
Expand Down
Loading

0 comments on commit 1719f63

Please sign in to comment.