]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Add relatedLinks, featuredCollection displayName to elastic index (#437)
authorMichael Ritter <mikejritter@users.noreply.github.com>
Wed, 11 Dec 2024 22:48:31 +0000 (15:48 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2024 22:48:31 +0000 (15:48 -0700)
 * DRYD-1455: Index new related link fields
*  DRYD-1456: Index display name for featuredCollection

services/common/src/main/cspace/config/services/tenants/fcart/fcart-tenant-bindings.delta.xml
services/common/src/main/cspace/config/services/tenants/materials/materials-tenant-bindings.delta.xml
services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto-unified.xml

index b0dab253d5f4b67adf86bbadec92150e3dd73c14..f7a728c9360409ad460e48e0dbbe275782891b99 100644 (file)
@@ -53,6 +53,7 @@
                                                        "collectionobjects_common:objectStatusList",
                                                        "collectionobjects_common:otherNumberList",
                                                        "collectionobjects_common:ownersContributionNote",
+                                                       "collectionobjects_common:publishedRelatedLinkGroupList",
                                                        "collectionobjects_common:publishToList",
                                                        "collectionobjects_common:responsibleDepartments",
                                                        "collectionobjects_common:rightsGroupList.rightStatement",
index f3ee9124eb335e3fff3c946ad336e73f21ad959d..a0e104fa161075e02a9cadb5d14f98788e8f2a9f 100644 (file)
                     "properties": {
                       "featuredCollection": {
                         "type": "keyword",
-                        "copy_to": "all_field"
+                        "copy_to": "all_field",
+                        "fields": {
+                          "displayName": {
+                            "type": "keyword",
+                            "normalizer": "refname_displayname_normalizer"
+                          }
+                        }
                       }
                     }
                   },
index 8329c5e29b3aa988a8eb7abf4dbb25bb1e01f7e9..e1c340888301c314c7b2b5afb8e481485c9ac1f6 100644 (file)
                                                        "collectionobjects_common:objectStatusList",
                                                        "collectionobjects_common:otherNumberList",
                                                        "collectionobjects_common:ownersContributionNote",
+                                                       "collectionobjects_common:publishedRelatedLinkGroupList",
                                                        "collectionobjects_common:publishToList",
                                                        "collectionobjects_common:responsibleDepartments",
                                                        "collectionobjects_common:rightsGroupList.rightStatement",