laravel5.4
组件:https://github.com/elasticquent/Elasticquent
$persons = Person::search('美');
dd($persons->getHits());
结果:
array:3 [▼
"total" => 32
"max_score" => 5.3640404
"hits" => array:10 [▶]
]
total 32; hits 10; 请问是什么原因?
组件:https://github.com/elasticquent/Elasticquent
$persons = Person::search('美');
dd($persons->getHits());
结果:
array:3 [▼
"total" => 32
"max_score" => 5.3640404
"hits" => array:10 [▶]
]
total 32; hits 10; 请问是什么原因?
2 个回复
linyongzhi
赞同来自: skybao 、zhoushan
bsll - ES认证考过咯,开心
赞同来自: