]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
DRYD-1021: Index display name of objectProductionPeople in anthro profile.
authorRay Lee <ray.lee@lyrasis.org>
Fri, 4 Mar 2022 21:59:30 +0000 (16:59 -0500)
committerRay Lee <ray.lee@lyrasis.org>
Fri, 4 Mar 2022 21:59:34 +0000 (16:59 -0500)
The objectProductionPeople field on collectionobjects is changed to be authority controlled, so the display name of the refname needs to be indexed.

services/common/src/main/cspace/config/services/tenants/anthro/anthro-tenant-bindings.delta.xml

index 58685440ffaa3a4086bb89eecaa33bf0c16a3e86..84ec00870ca75950a2d655ce00b7b7a66ef94489 100644 (file)
                                                        "properties": {
                                                                "objectProductionPeople": {
                                                                        "type": "keyword",
-                                                                       "copy_to": "all_field"
+                                                                       "copy_to": "all_field",
+                                                                       "fields": {
+                                                                               "displayName": {
+                                                                                       "type": "keyword",
+                                                                                       "normalizer": "refname_displayname_normalizer"
+                                                                               }
+                                                                       }
                                                                }
                                                        }
                                                },