...code][root@abc util]# /usr/local/php/bin/php Indexer.php --info Indexer - 索引批量管理、导入工具 (xunsearch/1.3.3) 用法 Indexer.php [options] [-p|--project] [--file] 选项说明 --project= -p 用于指定要搜索的项目名称或项目配置文件的路径,...
小弟想问下,用汉字做主键行不行. 我在建索引的时候用了缓冲区 一共三条数据,我反复建立了两次没报错 查询的时候,一条数据也查出来了两条 [color=#FF0000]同样的数据....[/color] [color=#FF0000]主键也都是一样的汉字[/color] 小弟看文...
[php] $xs = new Search('demo'); $index = $xs->index; $index->beginRebuild(); while (true) { //无视读取数据部分,一次读取100条数据 $index->openBuffer(); foreach ($wikis as $wiki) { $array = array( 'pid' => ...
...uilding" 就退出了。:@ 代码参考: [php] // 宣布开始重建索引 $index->beginRebuild(); // 然后在此开始添加数据 ... $index->add($doc); ... // 告诉服务器重建完比 $index->endRebuild();[/php] 我的代码应该没有问题, 目前我使用了先清...