标签:
//sphinx搜索
//使用setLimits函数改变默认显示20条结果 $sphinx = new SphinxClient(); $sphinx->SetServer(‘localhost‘, 9312); $sphinx->SetMatchMode(SPH_MATCH_ANY); $sphinx->setLimits (0,1000); $result = $sphinx->query($word,‘*‘);
标签:
原文地址:http://www.cnblogs.com/yueryuermaomao/p/4728514.html