搜索

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

31.RE: fsockopen() 报 fsockopen(): unable to connect to localhost:8384 (Permission denied)(2)

更新时间:2011-10-17 16:10 t By mengfanchao

INFO: stopping server[xs-indexd] (BIND:127.0.0.1:8383) .... [OK] INFO: re-starting server[xs-indexd] ... (BIND:127.0.0.1:8383) INFO: stopping server[xs-searchd] (BIND:127.0.0.1:8384) .... [OK] INFO: re-starting server[xs-searchd] ... (BIND:127.0.0.1:8384) 这个应该是服务启动成功了...

32.2台服务器使用同一个数据库问题

更新时间:2012-08-14 10:08 t By weizhao

... sdk/php/app/xx.ini配置一下 (1里面也是xx.ini 但是没有设置server.index和server.search) project.name = xxxx project.chartset = UTF-8 server.index = x.x.x.160:8383 server.search = x.x.x.160:8384 使用 Index.php -p test --info 报错 #0 ../lib/XS.php(2025): XSServer->connect() #1 ../...

33.服务无法停止

更新时间:2013-02-20 09:02 t By Jakin

...用 /usr/local/xunsearch/bin/xs-ctl.sh stop 后提示 INFO: stopping server[xs-indexd] (BIND:127.0.0.1:8383) .... [OK] INFO: stopping server[xs-searchd] (BIND:127.0.0.1:8384) .... [OK] 但是输入 [root@localhost ~]# ps -ef | grep xs root 8781 1 0 03:36 ? 00:00:12 xs-ind...

34.RE: 关于匹配度

发布时间:2012-03-07 10:03 t By linren119

project.name = product_search2 server.index = 192.168.1.222:8383 server.search = 192.168.1.222:8384 [sales_id] type = id index = both [title] type = title 这是索引文件。

35.RE: 版本不符

发布时间:2010-04-13 12:04 t By hightman

你的web server或fastcgi server可能还没有重启

36.二元分词问题

发布时间:2011-11-14 17:11 t By icebolt

project.name = demo2 project.default_charset = utf8 server.index = 8383 server.search = 8384 [pid] type = id [subject] index = both tokenizer =xlen(2) 二元分词只能对英文生效,对中文不生效 同时急于需要一元分词,主要是做黑词筛选用,因为有...

37.XSServer::check

check() 方法 protected void check() 源码: sdk/php/lib/XSServer.class.php#L438 (显示) protected function check(){ if ($this->_sock === null) { throw new XSException('No server connection'); } if ($this->_flag & self::BROKEN) { throw new XSException('Broken ser...

38.xs-ctl.sh faststop有问题

发布时间:2014-11-29 09:11 t By askie

[root@p5host bin]# ./xs-ctl.sh faststop WARNING: no server[xs-indexd] is running (BIND:127.0.0.1:8383) WARNING: no server[xs-searchd] is running (BIND:127.0.0.1:8384) [root@p5host bin]# ps -ef|grep xs- root 17577 1 0 09:23 ? 00:00:00 xs-indexd: server ...

39.XSTokenizerScws::__construct

...hp#L188 (显示) public function __construct($arg = null){ if (self::$_server === null) { $xs = XS::getLastXS(); if ($xs === null) { throw new XSException('An XS instance should be created before using ' . __CLASS__); } self::$_server = $xs->getScwsServer()...

40.貌似分词器不起作用

更新时间:2012-06-08 19:06 t By ywg_713

[color=#FF0000]demo.ini[/color] ----------------------------- project.name = demo project.default_charset = utf-8 server.index = 8383 server.search = 8384 [pid] type = id [subject] type = title [message] type = body [chrono] type = numeric

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