在PHP的Sphinx扩展中,可以通过以下方式设置缓存:
$client = new SphinxClient();
$client->SetArrayResult(true);
$client->SetMatchMode(SPH_MATCH_EXTENDED2);
searchd_connection_timeout = 10
searchd_connection_cache = 10
searchd_client_timeout = 300
searchd_client_buffer = 256K
通过以上设置,可以有效地控制缓存的大小和生存时间,以提高Sphinx搜索的性能和效率。