作者 邓超

优化同步

... ... @@ -71,7 +71,7 @@ class Es {
'body' => $body,
'from' => $from,
'size' => $size,
"track_total_hits"=> true // 确保返回总匹配文档数量
"track_total_hits"=> $track_total_hits // 确保返回总匹配文档数量
];
// 排序
if($sort){
... ...