搜索

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

11.RE: indexer.php 执行报错

更新时间:2012-07-25 14:07 t By bigxu

| MySQL 扩展 | [color=#FF0000]WARNING |[/color] util.Indexer | 用于读取导入 MySQL 的数据库 | 没有mysql扩展,怎么执行query查询呢

12.indexer.php 执行报错

更新时间:2012-07-25 13:07 t By utilities

$ util/Indexer.php --rebuild --source=mysql://xxxl@localhost/coreseek --sql="SELECT * FROM documents" --project=demo 开始重建索引 ... [XSException] lib/XS.php(2094): DB has been rebuilding(S#407) #0 lib/XS.php(1192): XSServer->execCommand(Array, 257) #1 Indexer.php(197): XSIndex->beginRebu...

13.建立索引不完整问题

发布时间:2012-03-14 16:03 t By 张十三

[php] $xs = new Search('demo'); $index = $xs->index; $index->beginRebuild(); while (true) { //无视读取数据部分,一次读取100条数据 $index->openBuffer(); foreach ($wikis as $wiki) { $array = array( 'pid' => ...

14.XS::getIndex

getIndex() 方法 public XSIndex getIndex() {return} XSIndex 索引操作对象 源码: sdk/php/lib/XS.class.php#L406 (显示) public function getIndex(){ if ($this->_index === null) { $adds = array(); $conn = isset($this->_config['server.index']) ? $this->_confi...

15.Indexer.php工具,若密码含有+,则无法登陆

发布时间:2012-05-22 12:05 t By yunxiaoad2

因为密码含有+,在导入mysql数据时,经常显示登陆受限, 遂新建一个mysql用户,密码不含+, 再使用Indexer导入,通过。

16.使用索引缓冲区

...缓冲区的默认 大小为 `4MB`,如需修改请传入数字作为 [XSIndex::openBuffer] 的参数。 ~~~ [php] $index->openBuffer(); // 开启缓冲区,默认 4MB,如 $index->openBuffer(8) 则表示 8MB // 在此进行批量的文档添加、修改、删除操作 ... $index->add($doc); .....

17.为什么我这样写查不出结果集?

发布时间:2013-03-23 08:03 t By gaochunmeng

...------------ project.name = demo project.default_charset = utf-8 server.index = 8383 server.search = 8384 [goods_id] type = id [cat_ids] index = both [goods_name] type = title index = both [goods_desc] type = body phrase = no index = both tokenizer = default [goods_thumb...

18.为什么我这样写查不出结果集?

发布时间:2013-03-23 08:03 t By gaochunmeng

...------------ project.name = demo project.default_charset = utf-8 server.index = 8383 server.search = 8384 [goods_id] type = id [cat_ids] index = both [goods_name] type = title index = both [goods_desc] type = body phrase = no index = both tokenizer = default [goods_thumb...

19.indexer.php 生成的索引的问题

更新时间:2012-03-28 10:03 t By cxc222

我在用 indexer.php 生成的索引的时候.... 由于目标机器积极拒绝,无法连接。 what. 看不明白..求解释~ windows 下的sdk D:\xampp\php>php.exe D:\xampp\htdocs\xunsearch-1.3.0\sdk\php\util\Indexer.php -- source=mysql://root:admin@localhost/linjulusrc2.0_db2 --sql="SELECT...

20.搜索歌曲名称为 单个汉字的,没有结果

更新时间:2012-02-21 10:02 t By chenlinbo5588

... project.name = digital_music project.default_charset = utf-8 server.index = 8383 server.search = 8384 [music_id] type = id [music_name] type = title index = both [message] type = body cutlen = 500 [singer] type = string index = both [company] type = string index = n...

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