找到问题的解决办法了么?

DSL基础问题

Elasticsearch | 作者 kerrywu | 发布于2017年10月15日 | 阅读数:2249

DSL是哪三个单词的首字母?
已邀请:

rockybean - Elastic Certified Engineer, ElasticStack Fans,公众号:ElasticTalk

赞同来自: laoyang360 kimichen123 smartfly2017

https://en.wikipedia.org/wiki/ ... guage
 
Please learn how to search

smartfly2017

赞同来自:

我个人理解就是ES自己的查询语言,比如:
{

   ”bool”:{

     ”should”:[],   #相当于OR条件

     ”must_not”:[],  #必须匹配的条件,这里的条件都会被反义

     ”must”:[]        #必须要有的

  }

}

要回复问题请先登录注册