搜索

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

1.XSServer

...性 名称类型描述定义于 connString string 连接字符串 XSServer project string 获取当前项目名称 XSServer respond XSCommand 从服务器读取响应指令 XSServer socket mixed 获取连接资源描述符 XSServer xs XS ...

2.XSServer::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::BROK...

3.RE: 出现大量IO timeout

发布时间:2012-05-14 11:05 t By hightman

io timeout 是指你的客户服务连接后,超过5秒还没有发送数据给服务

4.项目配置文件详解

...集 ~~~ project.default_charset = UTF-8 ~~~ 3. ### 服务连接参数 服务连接参数的格式包含 3 种格式: 1. *口号(数字)*,连接 `localhost` 的该口号 (例:`8383`) 2. *地址:口号*,冒号连接地址(域名、IP地址)和...

5.RE: Connection refused(C#111)错误

发布时间:2012-02-21 13:02 t By hightman

说明你的服务是绑定在 127.0.0.1 上,那么你的配置文件中连接服务地址是指定了什么呢?

6.XSIndex::addServer

...ublic 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;} 增加...

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

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

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

8.XSServer::__construct

... __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) { $this-...

9.在winodws 使用xunsearch的问题

更新时间:2013-12-14 14:12 t By wkx198742

...aught [XSException] ../..(2481): 由于目标计算机积极拒绝,无法连接服务已经是 bin/xs-ctl.sh -b inet start 状态了 不知道是哪里错了,请大家帮忙指正!!!?[hr] 解决了。是我不细心啊!

10.RE: xunsearch用了一天,出错,重启服务器就好了,请问这是什么问题?

发布时间:2012-02-20 16:02 t By hightman

REASON:CLOSED 说明是服务关闭了连接。 超时了?你的情况像是服务器问题啊。 建议贴出你最近的 tmp/searchd.log 出错期间的内容,并注意监视操作系统的情况及日志

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