Also add aggregation to video.channel nested property
This commit is contained in:
parent
3b2b8a46d0
commit
0245a90384
|
|
@ -217,6 +217,15 @@
|
|||
},
|
||||
"channel_tabs": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"channel_media_size": {
|
||||
"type": "long"
|
||||
},
|
||||
"channel_video_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"channel_media_duration": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue