simple test DAG

This commit is contained in:
Giambattista Bloisi 2024-03-19 15:46:25 +01:00
parent 65daefb971
commit b71bcfabf8
1 changed files with 6 additions and 11 deletions

View File

@ -715,18 +715,13 @@ mappings['training'] = {
"type": "keyword"
},
"authors": {
"type": "object",
"properties": {
"author": {
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
},
"type": "text"
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"type": "text"
},
"contentResourceType": {
"type": "keyword"