我在Elasticsearch中获得的数据格式如下:
{
"_index":"app",
"_type":"users",
"_id":"AV-tzC3nh2uOQJaRfve5",
"_score":1.0,
"_source":
{
"name":"user1",
"messages":
[
{
"text":"my"
},
{
"text":"name"
},
{
"text":"is"
}
]
}
}
我想让用户发布包含" myname"的消息。当他们合并。在Elasticsearch中最好的方法是什么?