$this->sql = [ 'from' => 1, // 这个字段应该从0 开始才能查询到数据 'size' => $size, 'index' => $this->model->getIndex(), 'body' => [ 'query' => $this->query, 'highlight' => $this->highlight, 'sort' => $this->sort ] ];
$this->sql = [
'from' => 1, // 这个字段应该从0 开始才能查询到数据
'size' => $size,
'index' => $this->model->getIndex(),
'body' => [
'query' => $this->query,
'highlight' => $this->highlight,
'sort' => $this->sort
]
];