搜索

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

21.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);} 关闭索引服务端连接

22.XSIndex::closeBuffer

...n closeBuffer(){ return $this->openBuffer(0);} 提交所有指令并关闭缓冲区 若未曾打开缓冲区, 调用本方法是无意义的

23.XSServer::__destruct

__destruct() 方法 public void __destruct() 源码: sdk/php/lib/XSServer.class.php#L154 (显示) public function __destruct(){ $this->xs = null; $this->close();} 析构函数, 关闭连接

24.RE: indexer启动错误

发布时间:2012-01-06 18:01 t By dancebear

indexer进程是通过/etc/init.d/xunsearch stop来关闭的。

25.RE: 问下安全的问题

发布时间:2012-06-20 12:06 t By hightman

xs-searchd 彻底挂掉的话 8384 就关闭了,这个端口基本上是只读的只有 search log 是写入的。你可以限制一些访问IP。

26.RE: 结果高亮乱码

发布时间:2013-03-16 18:03 t By llkk0914

[quote='hightman' pid='3535' dateline='1362724232'] 关掉高亮调用是否就不乱码? [/quote] 谢谢, 关闭高亮, 基本无乱码,偶尔字符截取,有一点 这个问题,我的在建索引前做转换了

27.RE: 自定义词库如何使用?

发布时间:2013-05-13 15:05 t By hightman

这个是内置的一个复合分词功能。你要关闭这个功能可以在搜索时: $xs->search->setScwsMulti(0);

28.XSDatabaseSQLite3::close

close() 方法 public void close() 源码: sdk/php/util/XSDataSource.class.php#L768 (显示) public function close(){ if ($this->obj) { $this->obj->close(); $this->obj = null; }} 关闭数据库

29.xunsearch 无法重启

发布时间:2011-12-05 10:12 t By zxing

...的进程才能重新启动。 重启以后又是正常的,可以正常关闭或者重启服务。这个问题已经出现一周多了,不知道什么原因导致的。

30.RE: 配置感觉没问题就是搜不到

发布时间:2013-01-04 12:01 t By hightman

这个日志说的是超时了,也就是说SDK连接上服务端后,5秒过后还没有收到查询请求,服务端强制关闭了这条连接

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