搜索

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

1.XSServer

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

2.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;} ...

3.XSDocument::beforeSubmit

...bool 默认返回 true, 若返回 false 将阻止该文档提交到索引服务器 源码: sdk/php/lib/XSDocument.class.php#L331 (显示) public function beforeSubmit(XSIndex $index){ if ($this->_charset === null) { $this->_charset = $index->xs->getDefaultCharset(); } return t...

4.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:...

5.XSIndex::execCommand

...rv->execCommand($cmd, $res_arg, $res_cmd); } return $res;} 执行服务端指令并获取返回值 重写此方法是为了同步到额外增加的多个索引服务

6.XSIndex

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

7.index

... XSSearch XS 搜索类, 执行搜索功能 XSServer XSServer 服务器操作对象 XS.tokenizer XSTokenizer 自定义字段词法分析器接口 XSTokenizerFull 内置整值分词器 XSTokenizerNone 内置空分词器 XSTokenizerScws SCWS - 分词器(与搜索...

8.XSIndex::close

close() 方法 public void close($ioerr=false) $ioerr 源码: sdk/php/lib/XSIndex.class.php#L504 (显示) public function close($ioerr = false){ $this->closeBuffer(); parent::close($ioerr);} 关闭索引服务端连接

9.XSServer.respond

respond 属性 只读 public XSCommand getRespond() 从服务器读取响应指令

10.XSServer.xs

xs 属性 public XS $xs; 服务端关联的 XS 对象

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