From: Ray Lee Date: Fri, 16 Jul 2021 20:18:04 +0000 (-0400) Subject: NOJIRA: Add collectionobjects_common:briefDescriptions to es fulltext index. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=f0a4a881f23702fefb5e5e5871383190e6f7e576;p=tmp%2Fjakarta-migration.git NOJIRA: Add collectionobjects_common:briefDescriptions to es fulltext index. --- diff --git a/services/common/src/main/cspace/config/services/tenants/anthro/anthro-tenant-bindings.delta.xml b/services/common/src/main/cspace/config/services/tenants/anthro/anthro-tenant-bindings.delta.xml index 9f4c2e224..58685440f 100644 --- a/services/common/src/main/cspace/config/services/tenants/anthro/anthro-tenant-bindings.delta.xml +++ b/services/common/src/main/cspace/config/services/tenants/anthro/anthro-tenant-bindings.delta.xml @@ -129,6 +129,10 @@ "type": "keyword", "copy_to": "all_field" }, + "collectionobjects_common:briefDescriptions": { + "type": "text", + "copy_to": "all_field" + }, "collectionobjects_common:titleGroupList": { "type": "object", "properties": { diff --git a/services/common/src/main/cspace/config/services/tenants/fcart/fcart-tenant-bindings.delta.xml b/services/common/src/main/cspace/config/services/tenants/fcart/fcart-tenant-bindings.delta.xml index 4f0abbaf6..1eb25066c 100644 --- a/services/common/src/main/cspace/config/services/tenants/fcart/fcart-tenant-bindings.delta.xml +++ b/services/common/src/main/cspace/config/services/tenants/fcart/fcart-tenant-bindings.delta.xml @@ -120,6 +120,10 @@ "type": "keyword", "copy_to": "all_field" }, + "collectionobjects_common:briefDescriptions": { + "type": "text", + "copy_to": "all_field" + }, "collectionobjects_common:titleGroupList": { "type": "object", "properties": { diff --git a/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto-unified.xml b/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto-unified.xml index ec8a312ba..7c33d2cfc 100644 --- a/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto-unified.xml +++ b/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto-unified.xml @@ -1106,6 +1106,10 @@ "type": "keyword", "copy_to": "all_field" }, + "collectionobjects_common:briefDescriptions": { + "type": "text", + "copy_to": "all_field" + }, "collectionobjects_common:titleGroupList": { "type": "object", "properties": {