Skip to content

Commit

Permalink
Merge pull request #2630 from wellcomecollection/improved-mapping
Browse files Browse the repository at this point in the history
Better handling of long queries
  • Loading branch information
jamieparkinson authored May 1, 2024
2 parents 98e7cbb + 3862de0 commit f66ae69
Show file tree
Hide file tree
Showing 9 changed files with 1,106 additions and 3,189 deletions.
605 changes: 0 additions & 605 deletions common/internal_model/src/main/resources/imagesIndexProperties.json

This file was deleted.

803 changes: 0 additions & 803 deletions common/internal_model/src/test/resources/ImagesIndexConfig.json

This file was deleted.

880 changes: 0 additions & 880 deletions common/internal_model/src/test/resources/WorksIndexConfig.json

This file was deleted.

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.2023-11-09.json",
analysis = "analysis.works_indexed.2023-11-09.json"
mappings = "mappings.images_indexed.2024-01-09.json",
analysis = "analysis.works_indexed.2024-04-30.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.2023-11-09.json",
analysis = "analysis.works_indexed.2023-11-09.json"
mappings = "mappings.works_indexed.2024-04-30.json",
analysis = "analysis.works_indexed.2024-04-30.json"
)
)
}
Expand Down
Loading

0 comments on commit f66ae69

Please sign in to comment.