Also add aggregation to video.channel nested property

This commit is contained in:
Caleb Rogers 2026-06-19 23:14:36 +02:00
parent 3b2b8a46d0
commit 0245a90384
1 changed files with 9 additions and 0 deletions

View File

@ -217,6 +217,15 @@
},
"channel_tabs": {
"type": "keyword"
},
"channel_media_size": {
"type": "long"
},
"channel_video_count": {
"type": "long"
},
"channel_media_duration": {
"type": "long"
}
}
},