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" "type": "keyword"
}, },
"authors": { "authors": {
"type": "object", "fields": {
"properties": { "keyword": {
"author": { "type": "keyword",
"fields": { "ignore_above": 256
"keyword": {
"type": "keyword",
"ignore_above": 256
}
},
"type": "text"
} }
} },
"type": "text"
}, },
"contentResourceType": { "contentResourceType": {
"type": "keyword" "type": "keyword"