This is what I have in my sphinx.conf:
searchd
{
max_matches = 100000
port = 3312
log = /var/log/searchd/
searchd.log
query_log = /var/log/searchd/query.log
pid_file = /var/log/searchd/searchd.pid
}
and in my php code:
$cl->setMaxQueryTime(10);
$cl->SetLimits( ( 19 ) * 75, 2000);
$result = $cl->query("love", 'dataindex');
And I STILL get this error:
Query failed: offset out of bounds (offset=1425, max_matches=1000).
Anyone can help please?
--
You received this message because you are subscribed to the Google Groups
"Thinking Sphinx" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/thinking-sphinx?hl=en.