0
如何過濾對象內部數組中的字段?過濾器Elasticsearch
樣品:
{
_index: "consult",
_type: "user",
_id: "TlgRL71xRyq-0guJTGA9WQ",
_score: 1,
_source: {
token: "1113",
userlist: [
{
id: "1",
nome: "Mark"
},
{
id: "2",
nome: "Joe"
}
]
}
}