搜索

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

1.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...

2.XSServer

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

3.XSIndex::addServer

...s); self::$_adds[] = $srv; return $srv;} 增加一个同步索引务器

4.XSServer.respond

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

5.XSDocument::afterSubmit

... afterSubmit($index){ } 重写接口, 在文档成功提交到索引务器后调用 继承此类进行重写该方法时, 强烈建议要调用 parent::afterSave($index) 以确保完整.

6.XSServer::sendCommand

... $cmd = new XSCommand($cmd); } $this->write(strval($cmd));} 往务器直接发送指令 (无缓存)

7.XS::getScwsServer

...法 public XSServer getScwsServer() {return} XSServer 分词务器 源码: sdk/php/lib/XS.class.php#L467 (显示) public function getScwsServer(){ if ($this->_scws === null) { $conn = isset($this->_config['server.search']) ? $this->_config['server.search'] : 8384; ...

8.XSServer::getRespond

...en']); $res->buf1 = $this->read($hdr['blen1']); return $res;} 从务器读取响应指令

9.XSIndex::setDb

...n $this;} 更改存放索引数据的目录 默认索引数据保存到务器上的 db 目录, 通过此方法修改数据目录名

10.XSServer::setProject

... $home='') $name string 项目名称 $home string 项目在务器上的目录路径, 可选参数(不得超过255字节). 源码: sdk/php/lib/XSServer.class.php#L251 (显示) public function setProject($name, $home = ''){ if ($name !== $this->_project) { $cmd = arra...

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