索引中的数据看起来像
{
"entity_tags": [
{
"tags": [
"two",
"three"
],
"tag_data_type": "multitextselect",
"tag_group_name": "one 3"
},
{
"tags": [
"new1"
],
"tag_data_type": "textselect",
"tag_group_name": "one"
},
{
"tags": [
"10"
],
"tag_data_type": "counter",
"tag_group_name": "new"
}
],
"class": "A"
}
我需要在 python 中编写一个 Elasticsearch 查询(方面),以便输出返回(需要返回所有可能的值)
对于字典列表(这里是 entity_tags ),它应该返回所有带有可能标签值的 tag_group_name 值