Skip to content

Commit

Permalink
Merge pull request guardian#4104 from bbc/IMAGEDAM-1096-people-field
Browse files Browse the repository at this point in the history
  • Loading branch information
twrichards authored Jun 14, 2023
2 parents 60c4cb3 + deed8ca commit ca3e776
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ object Mappings {
standardAnalysed("city").copy(copyTo = Seq("metadata.englishAnalysedCatchAll")),
standardAnalysed("state").copy(copyTo = Seq("metadata.englishAnalysedCatchAll")),
standardAnalysed("country").copy(copyTo = Seq("metadata.englishAnalysedCatchAll")),
nonAnalysedList("peopleInImage").copy(copyTo = Seq("metadata.englishAnalysedCatchAll")),
standardAnalysed("peopleInImage").copy(copyTo = Seq("metadata.englishAnalysedCatchAll")),
sStemmerAnalysed("englishAnalysedCatchAll"),
dynamicObj("domainMetadata")
))
Expand All @@ -133,7 +133,7 @@ object Mappings {
standardAnalysed("city"),
standardAnalysed("state"),
standardAnalysed("country"),
nonAnalysedList("peopleInImage"),
standardAnalysed("peopleInImage"),
dynamicObj("domainMetadata")
))

Expand Down

0 comments on commit ca3e776

Please sign in to comment.