摘要: GET _search { "query": { "match_all": {} } } POST /2021aa/_doc { "username":"zaq", "age":"20" } POST 2021aa/_doc { "username":"zaq", "age":"18" } PUT 阅读全文
posted @ 2021-04-14 12:51 Conqueror· 阅读(48) 评论(0) 推荐(0) 编辑
摘要: <?php namespace app\admin\controller; use app\admin\model\Esones; use app\common\lib\ES; use think\Controller; use think\Request; class Esone extends 阅读全文
posted @ 2021-04-14 11:31 Conqueror· 阅读(78) 评论(0) 推荐(0) 编辑