11 2021 档案
摘要:@Resource private TransactionTemplate transactionTemplate; @Override public Object getTest() { Student student = new Student(); student.setAge(1); stu
阅读全文
摘要:POST /studs/_search { "query": { "bool": { "should": [ { "match": { "name.keyword": "姓名2" } }, { "match": { "name.keyword": "姓名3" } } ] } } }
阅读全文
摘要:GET /gunspoc/_search { "query": { "match_all": {} }, "aggregations": { "aggrs": { "terms": { "field": "age" }, "aggregations": { "avgs": { "avg": { "f
阅读全文
摘要:GET /gunspoc/_search { "query": { "match": { "name": "姓名" } }, "aggs": { "fenzu": { "terms": { "field": "age" }, "aggs": { "having":{ "bucket_selector
阅读全文