]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
DRYD-1381: Add content and rights fields to ES index. (#390)
authorRay Lee <ray.lee@lyrasis.org>
Tue, 6 Feb 2024 23:01:24 +0000 (18:01 -0500)
committerGitHub <noreply@github.com>
Tue, 6 Feb 2024 23:01:24 +0000 (18:01 -0500)
services/common/src/main/cspace/config/services/tenants/anthro/anthro-tenant-bindings.delta.xml
services/common/src/main/cspace/config/services/tenants/bonsai/bonsai-tenant-bindings.delta.xml
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 667459fa86f019d96580a935b71b3d2d28d2436c..08380961d54111d9579af3738dfecde38b24a863 100644 (file)
                                                        "collectionobjects_common:colors",
                                                        "collectionobjects_common:computedCurrentLocation",
                                                        "collectionobjects_common:contentConcepts",
+                                                       "collectionobjects_common:contentDescription",
+                                                       "collectionobjects_common:contentEvents",
+                                                       "collectionobjects_common:contentOrganizations",
+                                                       "collectionobjects_common:contentPersons",
                                                        "collectionobjects_common:fieldCollectionDateGroup",
                                                        "collectionobjects_common:fieldCollectors",
                                                        "collectionobjects_common:materialGroupList",
@@ -48,6 +52,9 @@
                                                        "collectionobjects_common:ownersContributionNote",
                                                        "collectionobjects_common:publishToList",
                                                        "collectionobjects_common:responsibleDepartments",
+                                                       "collectionobjects_common:rightsGroupList.rightStatement",
+                                                       "collectionobjects_common:rightsGroupList.standardizedRightStatement",
+                                                       "collectionobjects_common:rightsInGroupList.rightReproductionStatement",
                                                        "collectionobjects_common:techniqueGroupList",
                                                        "collectionobjects_common:titleGroupList",
                                                        "collectionobjects_common:viewersContributionNote",
                                                                }
                                                        }
                                                },
+                                               "collectionobjects_common:contentDescription": {
+                                                       "type": "text",
+                                                       "copy_to": "all_field"
+                                               },
+                                               "collectionobjects_common:contentEvents": {
+                                                       "type": "keyword",
+                                                       "copy_to": "all_field",
+                                                       "fields": {
+                                                               "displayName": {
+                                                                       "type": "keyword",
+                                                                       "normalizer": "refname_displayname_normalizer"
+                                                               }
+                                                       }
+                                               },
+                                               "collectionobjects_common:contentOrganizations": {
+                                                       "type": "keyword",
+                                                       "copy_to": "all_field",
+                                                       "fields": {
+                                                               "displayName": {
+                                                                       "type": "keyword",
+                                                                       "normalizer": "refname_displayname_normalizer"
+                                                               }
+                                                       }
+                                               },
+                                               "collectionobjects_common:contentPersons": {
+                                                       "type": "keyword",
+                                                       "copy_to": "all_field",
+                                                       "fields": {
+                                                               "displayName": {
+                                                                       "type": "keyword",
+                                                                       "normalizer": "refname_displayname_normalizer"
+                                                               }
+                                                       }
+                                               },
                                                "collectionobjects_common:techniqueGroupList": {
                                                        "type": "object",
                                                        "properties": {
index 266f381c828d25002bd2f4775404d389140006a7..6b0e206f4b206eeb4cc7be09908e66897dfe7e1a 100644 (file)
                                                        "collectionobjects_common:colors",
                                                        "collectionobjects_common:computedCurrentLocation",
                                                        "collectionobjects_common:contentConcepts",
+                                                       "collectionobjects_common:contentDescription",
+                                                       "collectionobjects_common:contentEvents",
+                                                       "collectionobjects_common:contentOrganizations",
+                                                       "collectionobjects_common:contentPersons",
                                                        "collectionobjects_common:materialGroupList",
                                                        "collectionobjects_common:measuredPartGroupList",
                                                        "collectionobjects_common:numberOfObjects",
@@ -42,6 +46,9 @@
                                                        "collectionobjects_common:ownersContributionNote",
                                                        "collectionobjects_common:publishToList",
                                                        "collectionobjects_common:responsibleDepartments",
+                                                       "collectionobjects_common:rightsGroupList.rightStatement",
+                                                       "collectionobjects_common:rightsGroupList.standardizedRightStatement",
+                                                       "collectionobjects_common:rightsInGroupList.rightReproductionStatement",
                                                        "collectionobjects_common:techniqueGroupList",
                                                        "collectionobjects_common:titleGroupList",
                                                        "collectionobjects_common:viewersContributionNote",
                                                                }
                                                        }
                                                },
+                                               "collectionobjects_common:contentDescription": {
+                                                       "type": "text",
+                                                       "copy_to": "all_field"
+                                               },
+                                               "collectionobjects_common:contentEvents": {
+                                                       "type": "keyword",
+                                                       "copy_to": "all_field",
+                                                       "fields": {
+                                                               "displayName": {
+                                                                       "type": "keyword",
+                                                                       "normalizer": "refname_displayname_normalizer"
+                                                               }
+                                                       }
+                                               },
+                                               "collectionobjects_common:contentOrganizations": {
+                                                       "type": "keyword",
+                                                       "copy_to": "all_field",
+                                                       "fields": {
+                                                               "displayName": {
+                                                                       "type": "keyword",
+                                                                       "normalizer": "refname_displayname_normalizer"
+                                                               }
+                                                       }
+                                               },
+                                               "collectionobjects_common:contentPersons": {
+                                                       "type": "keyword",
+                                                       "copy_to": "all_field",
+                                                       "fields": {
+                                                               "displayName": {
+                                                                       "type": "keyword",
+                                                                       "normalizer": "refname_displayname_normalizer"
+                                                               }
+                                                       }
+                                               },
                                                "collectionobjects_common:techniqueGroupList": {
                                                        "type": "object",
                                                        "properties": {
index 635c908ec318e9cbcdd7ee664bb752d20e9b9b50..75aa8d91564db56717427e1ce6f874485c18f1f5 100644 (file)
                                                        "collectionobjects_common:colors",
                                                        "collectionobjects_common:computedCurrentLocation",
                                                        "collectionobjects_common:contentConcepts",
+                                                       "collectionobjects_common:contentDescription",
+                                                       "collectionobjects_common:contentEvents",
+                                                       "collectionobjects_common:contentOrganizations",
+                                                       "collectionobjects_common:contentPersons",
                                                        "collectionobjects_common:materialGroupList",
                                                        "collectionobjects_common:measuredPartGroupList",
                                                        "collectionobjects_common:numberOfObjects",
@@ -42,6 +46,9 @@
                                                        "collectionobjects_common:ownersContributionNote",
                                                        "collectionobjects_common:publishToList",
                                                        "collectionobjects_common:responsibleDepartments",
+                                                       "collectionobjects_common:rightsGroupList.rightStatement",
+                                                       "collectionobjects_common:rightsGroupList.standardizedRightStatement",
+                                                       "collectionobjects_common:rightsInGroupList.rightReproductionStatement",
                                                        "collectionobjects_common:techniqueGroupList",
                                                        "collectionobjects_common:titleGroupList",
                                                        "collectionobjects_common:viewersContributionNote",
                                                                }
                                                        }
                                                },
+                                               "collectionobjects_common:contentDescription": {
+                                                       "type": "text",
+                                                       "copy_to": "all_field"
+                                               },
+                                               "collectionobjects_common:contentEvents": {
+                                                       "type": "keyword",
+                                                       "copy_to": "all_field",
+                                                       "fields": {
+                                                               "displayName": {
+                                                                       "type": "keyword",
+                                                                       "normalizer": "refname_displayname_normalizer"
+                                                               }
+                                                       }
+                                               },
+                                               "collectionobjects_common:contentOrganizations": {
+                                                       "type": "keyword",
+                                                       "copy_to": "all_field",
+                                                       "fields": {
+                                                               "displayName": {
+                                                                       "type": "keyword",
+                                                                       "normalizer": "refname_displayname_normalizer"
+                                                               }
+                                                       }
+                                               },
+                                               "collectionobjects_common:contentPersons": {
+                                                       "type": "keyword",
+                                                       "copy_to": "all_field",
+                                                       "fields": {
+                                                               "displayName": {
+                                                                       "type": "keyword",
+                                                                       "normalizer": "refname_displayname_normalizer"
+                                                               }
+                                                       }
+                                               },
                                                "collectionobjects_common:techniqueGroupList": {
                                                        "type": "object",
                                                        "properties": {
index 96830c7d2b8e33d5840698061df4373a127a023e..f3ee9124eb335e3fff3c946ad336e73f21ad959d 100644 (file)
                     "materials_common:rapidPrototypingProcesses",
                     "materials_common:additionalProcessGroupList",
                     "materials_common:processNote",
+                    "collectionobjects_common:contentDescription",
+                    "collectionobjects_common:contentEvents",
+                    "collectionobjects_common:contentOrganizations",
+                    "collectionobjects_common:contentPersons",
                     "collectionobjects_common:objectHistoryNote",
                     "collectionobjects_common:objectNumber",
                     "collectionobjects_common:objectStatusList",
@@ -93,6 +97,9 @@
                     "collectionobjects_common:briefDescriptions",
                     "collectionobjects_common:measuredPartGroupList",
                     "collectionobjects_common:viewersContributionNote",
+                    "collectionobjects_common:rightsGroupList.rightStatement",
+                    "collectionobjects_common:rightsGroupList.standardizedRightStatement",
+                    "collectionobjects_common:rightsInGroupList.rightReproductionStatement",
                     "media_common:blobCsid",
                     "media_materials:publishToList"
                   ]
                     "type": "text",
                     "copy_to": "all_field"
                   },
+                  "collectionobjects_common:contentDescription": {
+                    "type": "text",
+                    "copy_to": "all_field"
+                  },
+                  "collectionobjects_common:contentEvents": {
+                    "type": "keyword",
+                    "copy_to": "all_field",
+                    "fields": {
+                      "displayName": {
+                        "type": "keyword",
+                        "normalizer": "refname_displayname_normalizer"
+                      }
+                    }
+                  },
+                  "collectionobjects_common:contentOrganizations": {
+                    "type": "keyword",
+                    "copy_to": "all_field",
+                    "fields": {
+                      "displayName": {
+                        "type": "keyword",
+                        "normalizer": "refname_displayname_normalizer"
+                      }
+                    }
+                  },
+                  "collectionobjects_common:contentPersons": {
+                    "type": "keyword",
+                    "copy_to": "all_field",
+                    "fields": {
+                      "displayName": {
+                        "type": "keyword",
+                        "normalizer": "refname_displayname_normalizer"
+                      }
+                    }
+                  },
                   "collectionobjects_common:materialGroupList": {
                     "type": "object",
                     "properties": {
index 85eb752264cc5acdbbf05b967cd5b6b62c9f4b27..9da61c0a98844415e96f8c98aa289fee5c5a4194 100644 (file)
                                                        "collectionobjects_common:colors",
                                                        "collectionobjects_common:computedCurrentLocation",
                                                        "collectionobjects_common:contentConcepts",
+                                                       "collectionobjects_common:contentDescription",
+                                                       "collectionobjects_common:contentEvents",
+                                                       "collectionobjects_common:contentOrganizations",
+                                                       "collectionobjects_common:contentPersons",
                                                        "collectionobjects_common:materialGroupList",
                                                        "collectionobjects_common:measuredPartGroupList",
                                                        "collectionobjects_common:numberOfObjects",
                                                        "collectionobjects_common:ownersContributionNote",
                                                        "collectionobjects_common:publishToList",
                                                        "collectionobjects_common:responsibleDepartments",
+                                                       "collectionobjects_common:rightsGroupList.rightStatement",
+                                                       "collectionobjects_common:rightsGroupList.standardizedRightStatement",
+                                                       "collectionobjects_common:rightsInGroupList.rightReproductionStatement",
                                                        "collectionobjects_common:techniqueGroupList",
                                                        "collectionobjects_common:titleGroupList",
                                                        "collectionobjects_common:viewersContributionNote",
                                                                }
                                                        }
                                                },
+                                               "collectionobjects_common:contentDescription": {
+                                                       "type": "text",
+                                                       "copy_to": "all_field"
+                                               },
+                                               "collectionobjects_common:contentEvents": {
+                                                       "type": "keyword",
+                                                       "copy_to": "all_field",
+                                                       "fields": {
+                                                               "displayName": {
+                                                                       "type": "keyword",
+                                                                       "normalizer": "refname_displayname_normalizer"
+                                                               }
+                                                       }
+                                               },
+                                               "collectionobjects_common:contentOrganizations": {
+                                                       "type": "keyword",
+                                                       "copy_to": "all_field",
+                                                       "fields": {
+                                                               "displayName": {
+                                                                       "type": "keyword",
+                                                                       "normalizer": "refname_displayname_normalizer"
+                                                               }
+                                                       }
+                                               },
+                                               "collectionobjects_common:contentPersons": {
+                                                       "type": "keyword",
+                                                       "copy_to": "all_field",
+                                                       "fields": {
+                                                               "displayName": {
+                                                                       "type": "keyword",
+                                                                       "normalizer": "refname_displayname_normalizer"
+                                                               }
+                                                       }
+                                               },
                                                "collectionobjects_common:techniqueGroupList": {
                                                        "type": "object",
                                                        "properties": {