摘要:
GET _search { "query": { "match_all": {} } } POST /2021aa/_doc { "username":"zaq", "age":"20" } POST 2021aa/_doc { "username":"zaq", "age":"18" } PUT 阅读全文
摘要:
<?php namespace app\admin\controller; use app\admin\model\Esones; use app\common\lib\ES; use think\Controller; use think\Request; class Esone extends 阅读全文