搜索

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

1.平滑重建索引,提示 "DB has been rebuilding" 就退出了。

更新时间:2012-08-08 22:08 t By ghxter

...就退出了。:@ 代码参考: [php] // 宣布开始重建索引 $index->beginRebuild(); // 然后在此开始添加数据 ... $index->add($doc); ... // 告诉服务器重建完比 $index->endRebuild();[/php] 我的代码应该没有问题, 目前我使用了先清空,再...

2.RE: ./Indexer.php -h 出现的错误

更新时间:2012-01-13 06:01 t By coo

我今天在阿里云的vps上安装1.2.0 / 8.55Mb / 2011-12-12 这个版本也遇到了这个问题,现在安装测试版试试[hr] 测试版:1.3.0b / 8.60Mb / 2012-01-11 这个版本正常 没有出现上面的问题

3.获取索引对象就报错supplied argument is not a valid stream resource

更新时间:2012-08-09 17:08 t By blueo

XS Object ( [_index:private] => [_search:private] => [_scws:private] => [_scheme:private] => XSFieldScheme Object ( [_fields:private] => Array ( [newsid] => XSFieldMeta Object ( [name] => newsid [cutlen] => 0 [weight] => 1 [type] => 10 [vno] => 0 [tokenizer:private] => full [flag:private] => 1 )...

4.使用工具导出xdb后出错

发布时间:2011-09-21 16:09 t By lwliangma

...e 52 OK, Total words=378585 Inserting [00/64] ... PHP Notice: Undefined index: part in C:\php\make_xdb_file .php on line 92 Notice: Undefined index: part in C:\php\make_xdb_file.php on line 92 PHP Notice: Undefined index: tf in C:\php\make_xdb_file.php on line 93

5.模拟xunsearch增量索引的方法

更新时间:2012-11-30 16:11 t By wish5115

...@@@@@ 2012-11-30 07:41:01 update(ps:这里可能是add,update,delete) index num : 1 ************************** Array ( [0] => Array ( [element_id] => 1388 [element_title] => xxxxxxxxxxxxxxxxxxxxxxxxxxxxx [element_content] => yyyyyyyyyyyyyyy...

6.rebuild索引的时候加sql报错

发布时间:2014-03-21 10:03 t By wjj-11

./Indexer.php -p --rebuild --source=mysql://root:'111111'@localhost/tmp_tsg --sql="select*,IF(market_price>0,round(shop_price/market_price*10,1),10) as rebate from tsg_goods" -p ../app/goods.ini [/php][/quote]初始化数据源 ... mysql://root:6$4!rgnbmClskax@localhost/tmp_tsg PHP Notice: Und...

7.最新的主要变动

...索结果排序支持更复杂排序,参见 [XSSearch::setSort] - util.Indexer 加入 PgSQL 数据源支持 - 新增支持搜索按匹配百分比/权重剔除,参见 [XSSearch::setCutOff] - 改善搜索同义词处理方案,支持复合同义词及权重微调 - 各种小 BUG 修正和及整...

8.【求助】无法正确搜索结果

发布时间:2012-03-04 15:03 t By flyxl

...--------------+ 2. ini配置文件如下: [id] type = id [name] index = both [phonenum] index = both 3. 使用Indexer.php工具导入数据成功: 清空现有索引数据 ... 初始化数据源 ... mysql://xxx:xxx@192.168.56.101/contact 开始批量导入数据 (请直接输...

9.增量索引不成功

发布时间:2014-02-13 17:02 t By lzc2523700

... XS 对象 $xs = new XS($project_name); //获取 索引对象 $index = $xs->index; $doc = new XSDocument; $result = array(); $result = $this->temp_db->get_where($table, array($table_key_array[$table] => $id))->row_array(); if(empty($result)){ $doc->setFields($result); $...

10.Demo遇险记:今天碰到的错误,5576段错误莫名被解决

更新时间:2011-12-01 22:12 t By 五岳之巅

... etc include lib sdk share tmp [root@sm xunsearch]# ./sdk/php/util/ Indexer.php Quest.php SearchSkel.php XSDataSource.class.php IniWizzard.php RequiredCheck.php skel/ XSUtil.class.php [root@sm xunsearch]# ./sdk/ph...

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