
Sphinx
文章平均质量分 76
淘气宝宝
这个作者很懒,什么都没留下…
展开
-
sphinx建立索引
## Minimal Sphinx configuration sample (clean, simple, functional)#source v9 //自定义的名字{ type = mysql //类型 sql_host = localhost //服务器原创 2013-04-13 19:51:40 · 621 阅读 · 0 评论 -
sphinx在php文件里使用及返回数据的格式
//引入sphinx搜索类文件require ( "sphinxapi.php" );//实例化sphinx搜索类$cl = new SphinxClient ();//连接服务器,端口$cl->SetServer ( '192.168.1.250', 9312);//超时时间3秒,3秒连不上放弃$cl->SetConnectTimeout ( 3 );//是以数组形原创 2013-04-13 18:37:28 · 787 阅读 · 0 评论 -
sphinx搜索接口类(这是低版本1.0)
<?php /** * sphinx搜索接口类 */ // // $Id: sphinxapi.php 2055 2009-11-06 23:09:58Z shodan $ // // // Copyright (c) 2001-2008, Andrew Aksyonoff. All rights res原创 2013-04-13 17:55:59 · 924 阅读 · 0 评论