如何通过狮身人面像搜索获得超过1000个匹配结果


How do I get more than 1000 matching results through sphinx search?

如何通过狮身人面像搜索获得超过1000个匹配结果?

更改sphinx中的max_matches设置。yml文件

我发现了另一个可能仍然有用的解决方案(sphinxsearch论坛)。

select * from mytable where id > 10 limit 2000 option max_matches=2000