
es
xiejunna
软件开发
展开
-
es 按条件查询数据总条数
es 按条件查询数据总条数原创 2022-06-22 10:13:13 · 6611 阅读 · 0 评论 -
查询es分页下标超过1万
查询es分页下标超过1万原创 2022-06-17 19:09:24 · 173 阅读 · 0 评论 -
es查询multi_match多字段匹配
es多字段匹配multi_match原创 2022-06-14 20:38:09 · 4166 阅读 · 0 评论 -
es查询排序的写法
sort字段指定排序,倒序:"sort": { "tftxtime": { "order": "desc" }查询条件格式如下:{ "query": { "bool": { "must": [], "must原创 2019-02-19 17:21:44 · 40481 阅读 · 0 评论 -
es head 新增字段并赋值
//新增字段请求url:http://101.37.34.221:19200/es的index/_mapping/es的type/请求方法:put数据格式:{ "es的type": { "properties": { "字段1": { "type": "string"原创 2019-02-20 18:56:36 · 4855 阅读 · 1 评论 -
es head 修改字段值
请求url:http://101.37.34.221:19200/es的index/es的type/要修改文档的ID/_update/请求方法:post请求数据结构:{ "doc": { "contact": "张三", "phone": "13912345678" }}原创 2019-02-20 20:14:23 · 4983 阅读 · 0 评论