搜索

大约有 7 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.3910秒)

1.XSServer::open

open() 方法 public void open(mixed $conn) $conn mixed 服务连接参数, 支持: <口号|host:port|本地套接字路径> 源码: sdk/php/lib/XSServer.class.php#L165 (显示) public function open($conn){ $this->close(); $this->_conn = $conn; $this->_flag = self:...

2.项目配置文件详解

...小划线组成,长度控制在 2-31 个字符,这也是 xunsearch 服务器内用于保存索引数据的*目录名称*, 所以同一 xunsearch 服务器内的不同项目名称不可重复。默认为不含后缀的配置文件名, 如:xyz.ini 则项目名默认为 `xyz` 。 ...

3.XSServer

...版本 1.0.0 源代码 sdk/php/lib/XSServer.class.php XSServer 服务器操作对象 同时兼容于 indexd, searchd, 所有交互均采用 XSCommand 对象 Public 属性 隐去继承来的属性 名称类型描述定义于 connString string 连接字符串 ...

4.XSIndex::addServer

... public XSServer addServer(string $conn) $conn string 索引服务连接参数 {return} XSServer 源码: sdk/php/lib/XSIndex.class.php#L33 (显示) public function addServer($conn){ $srv = new XSServer($conn, $this->xs); self::$_adds[] = $srv; return $srv;} ...

5.XSServer::__construct

...blic void __construct(string $conn=NULL, XS $xs=NULL) $conn string 服务连接参数 $xs XS 需要捆绑的 xs 对象 源码: sdk/php/lib/XSServer.class.php#L143 (显示) public function __construct($conn = null, $xs = null){ $this->xs = $xs; if ($conn !== null) { ...

6.XSIndex

... string 获取当前项目名称 XSServer respond XSCommand 从服务器读取响应指令 XSServer scwsMulti int 获取当前索引库的分词复合等级 XSIndex socket mixed 获取连接资源描述符 XSServer xs XS 服务关联的 XS 对象 XSServ...

7.XSSearch

...rray 获取相关搜索词列表 XSSearch respond XSCommand 从服务器读取响应指令 XSServer socket mixed 获取连接资源描述符 XSServer xs XS 服务关联的 XS 对象 XSServer Protected 属性 隐去继承来的属性 名称类...

  • 时间不限
  • 按相关性排序