]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CB-22: Index display name of objectProductionPlace in anthro. (#376)
authorRay Lee <ray.lee@lyrasis.org>
Thu, 16 Nov 2023 23:20:05 +0000 (18:20 -0500)
committerGitHub <noreply@github.com>
Thu, 16 Nov 2023 23:20:05 +0000 (18:20 -0500)
services/common/src/main/cspace/config/services/tenants/anthro/anthro-tenant-bindings.delta.xml

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