你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
Cheetah
赞同来自:
thiefsmart - IT宅男
laoyang360 - 《一本书讲透Elasticsearch》作者,Elastic认证工程师 [死磕Elasitcsearch]知识星球地址:http://t.cn/RmwM3N9;微信公众号:铭毅天下; 博客:https://elastic.blog.csdn.net
linfree
jianghaibo
menzhipeng
要回复问题请先登录或注册
6 个回复
Cheetah
赞同来自:
thiefsmart - IT宅男
赞同来自:
sql:
select * from table where (col1='111' and col1='111') or (col1='112' and col1='112') or (col1='113' and col1='113')
curl .....
{
"query":{
"bool":{
"should":[
{"bool"{"must":[{"match":{"col1":"111"}},{"match":{"col2":"221"}}]}},
{"bool"{"must":[{"match":{"col1":"112"}},{"match":{"col2":"222"}}]}},
{"bool"{"must":[{"match":{"col1":"113"}},{"match":{"col2":"223"}}]}}
]
}
}
}
laoyang360 - 《一本书讲透Elasticsearch》作者,Elastic认证工程师 [死磕Elasitcsearch]知识星球地址:http://t.cn/RmwM3N9;微信公众号:铭毅天下; 博客:https://elastic.blog.csdn.net
赞同来自:
linfree
赞同来自:
jianghaibo
赞同来自:
menzhipeng
赞同来自:
我想说的是 多字段一次性进行模糊匹配,效率是个很大的问题,我也提出了这个问题。
如果在效率上有合适解决办法,或者有其他思路可以变相实现,请告知!
求 知无不言~