摘要: 1 require'./sphinxapi.php'; 2 $sphi = new \SphinxClient(); 3 $sphi->SetServer('localhost',9312); 4 //只取没被修改的商品,被修改的sphinx索引中先不取 5 $sphi->setFilter('is_update',array(0)); 6 7 $data = $sphi->qu... 阅读全文
posted @ 2017-10-31 16:36 人在征途1 阅读(132) 评论(0) 推荐(0) 编辑