{
"query": {
"term": {
"id": {
"value": "1"
}
},
"has_parent": {
"parent_type": "objects",
"query": {
"bool": {
"must": [
{
"nested": {
"path": "cities",
"query": {
"term": {
"cities.provinceCode": {
"value": "330000"
}
}
}
}
}
]
}
}
}
}
}
"query": {
"term": {
"id": {
"value": "1"
}
},
"has_parent": {
"parent_type": "objects",
"query": {
"bool": {
"must": [
{
"nested": {
"path": "cities",
"query": {
"term": {
"cities.provinceCode": {
"value": "330000"
}
}
}
}
}
]
}
}
}
}
}
0 个回复