【发布时间】:2017-06-11 23:53:09
【问题描述】:
如何查询所有包含特定字符串的记录?
例如:
如果那些在分贝
{
"ip": "185.239.131.76",
"domain": "http://express.com",
"event_type": "page_view"
},
{
"ip": "185.239.131.76",
"domain": "http://express.com",
"event_type": "page_view"
},
{
"ip": "37.39.244.71",
"domain": "http://express.com",
"event_type": "view"
},
我想获取包含字符串“page”的所有记录
所以我只得到了上面 3 条记录中的前 2 条记录?
还能显示http查询和nest查询吗?
谢谢
【问题讨论】:
-
向我们展示您的 http 查询和嵌套查询..
标签: elasticsearch nest