]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA: Add shortid field to material ES mapping.
authorRay Lee <ray.lee@lyrasis.org>
Thu, 16 May 2019 23:16:50 +0000 (16:16 -0700)
committerRay Lee <ray.lee@lyrasis.org>
Thu, 16 May 2019 23:17:14 +0000 (16:17 -0700)
services/common/src/main/cspace/config/services/tenants/materials/materials-tenant-bindings.delta.xml

index 2c73bffb7101a5a65d7b21068e80d31c08b6800c..d8d47ea1dd17bbc8b136c60e5ec9052ff4e170e7 100644 (file)
                             "type": "text",
                             "fielddata": true,
                             "analyzer": "refname_displayname_analyzer"
+                          },
+                          "shortid": {
+                            "type": "text",
+                            "analyzer": "refname_shortid_analyzer"
                           }
                         }
                       }