搜索

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

81.导入索引出错

发布时间:2012-06-09 09:06 t By jcy787211820

...n,movie_list_img_url,movie_insert_time FROM movie" --project=movie [XSException] ../../usr/local/xunsearch/sdk/php/lib/XS.php(2202): Connection refused(C#111) #0 ../../usr/local/xunsearch/sdk/php/lib/XS.php(2025): XSServer->connect() #1 ../../usr/local/xunsearch/sdk/php/lib/XS.php(2011): XS...

82.RE: 填充测试数据的时候出现错误

发布时间:2013-06-20 11:06 t By tisswb

...我的做测试的时候用的命令 [root@server67 php]# ps auxw | grep xs root 15274 0.0 0.0 4096 668 pts/0 S+ 16:09 0:00 grep xs root 21853 0.0 0.0 2184 652 ? S Sep17 0:04 xs-indexd: server root 21856 0.0 0.0 39536 1680 ? S Sep17 0:00...

83.winxp下包含XS.PHP出错

发布时间:2013-10-25 15:10 t By alert007

Warning: require_once(../../xunsearch-sdk/sdk/php/lib/XS.php): failed to open stream: No such file or directory in D:\xun_pro\util\indexer.php on line 7 Fatal error: require_once(): Failed opening required '../../xunsearch-sdk/sdk/php/lib/XS.php' (include_path='.;D:\xunsearch-sdk\php\lib') in D:\...

84.RE: 初次使用XS,关于平滑重建问题请教!

发布时间:2014-12-25 10:12 t By hightman

A,B 应该是一样的。至于空白是你其它代码引起的?

85.XSIndex::del

del() 方法 public XSIndex del(mixed $term, string $field=NULL) $term mixed 单个主键或指定字段的索引词, 或多个组成的数组, 编码与 xs 默认字符集一致 $field string 索引词所属的字段名称, 默认不指定则为主键字段 (类型为ID) ...

86.RE: xs-searchd 锁死

发布时间:2013-03-15 11:03 t By tree_star

用siege测试,启20个search worker,200个连接去压测,运行一段时间后,进程就挂掉,重启的时候,search master停不掉

87.RE: 初次使用XS,关于平滑重建问题请教!

发布时间:2014-12-24 14:12 t By huye

$doc = new XSDocument; $doc->setFields($v); 改为 $doc = new XSDocument($v);

88.全文检索 tokenizer = full 时,无法查询

发布时间:2013-09-04 16:09 t By hongjh

...l 2. 导入相关数据 require_once '/usr/local/xunsearch/sdk/php/lib/XS.php'; $xs = new XS('goods'); $data = array( 'goods_id' => 112, 'goods_name' => 'hello my goodsname', 'goods_sn' => 'RX8899-114' ); $doc = new XSDocument; $doc->setFields($data); $xs->index-...

89.导入 mysql 数据源的问题

更新时间:2011-09-20 16:09 t By tisswb

...数据库是gbk编码的话 是不是命令里面要加上 -c gbk [hr] [XSException] lib/XS.php(1834): Failed to create home directoy of the project(S#508) #0 ../phplib/XS.php(1809): XSServer->execCommand(Array, 201) #1 ../phplib/XS.php(1770): XSServer->setProject('discuz') #2 ../phplib/XS.php...

90.XSSearch::getExpandedQuery

... {return} array 返回搜索词组成的数组 源码: sdk/php/lib/XSSearch.class.php#L755 (显示) public function getExpandedQuery($query, $limit = 10){ $ret = array(); $limit = max(1, min(20, intval($limit))); try { $buf = XS::convert($query, 'UTF-8', $this->_charset); ...

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