Mysql
 sql >> Database >  >> RDS >> Mysql

Alcuni problemi con Sphinx e PHP

Questo perché c'è anche l'impostazione delle corrispondenze massime per query e il valore predefinito è 1000.

in sphinx.conf potresti impostare qualcosa come

max_matches = 10000 

oppure aggiungi max_matches alla tua query

$this->SetLimits(41, 24, 10000);