你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
redhat
赞同来自: arvin
wyntergreg
赞同来自:
arvin
要回复问题请先登录或注册
3 个回复
redhat
赞同来自: arvin
"query": {
"bool": {
"filter": {
"bool": {
"must": {
"script": {
"script": {
"inline": "doc['firstname'].value == doc['lastname'].value"
}
}
}
}
}
}
}
}
wyntergreg
赞同来自:
https://www.elastic.co/guide/e ... .html
arvin
赞同来自:
如何实现从ES是查询出文档中firstname和secondName数据相等的数据。