Skip to content

Commit

Permalink
IMAGEDAM-1096: update people field mapping to be case insensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelrahmansd committed Jun 7, 2023
1 parent cb55b53 commit deed8ca
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 deed8ca

Please sign in to comment.