initial stage
This commit is contained in:
parent
4f41c48e0d
commit
afc31fd17c
|
@ -1027,9 +1027,6 @@ def init_opensearch(os_client: OpenSearch):
|
||||||
"dynamic": "strict",
|
"dynamic": "strict",
|
||||||
"properties": {
|
"properties": {
|
||||||
"alternativeIdentifiers": {
|
"alternativeIdentifiers": {
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"alternativeIdentifier": {
|
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"type": {
|
"type": {
|
||||||
|
@ -1039,8 +1036,6 @@ def init_opensearch(os_client: OpenSearch):
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"creators": {
|
"creators": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|
Loading…
Reference in New Issue