搜索

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

1.[BUG] 文档更新 开启 openBuffer 报错

更新时间:2011-10-27 16:10 t By vist2007

...>102 ); $doc = new XSDocument($array, 'utf-8'); $xs->index->openBuffer(); $xs->index->add($doc); $xs->index->closeBuffer(); 报错...... Uncaught [XSErrorException] ../../../..(1098): file_get_contents(�) [function.file-get-contents]: failed to open stream: Permission ...

2.使用索引缓冲区

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

3.迅搜的冲突问题

发布时间:2014-05-16 03:05 t By qiuxis

...式来解决一些循环的数据。 以下是官方提供的: $index->openBuffer(); // 开启缓冲区,默认 4MB,如 $index->openBuffer(8) 则表示 8MB // 在此进行批量的文档添加、修改、删除操作 ... $index->add($doc); ... $index->del($doc); ... $index->update($...

4.建立索引不完整问题

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

... //无视读取数据部分,一次读取100条数据 $index->openBuffer(); foreach ($wikis as $wiki) { $array = array( 'pid' => (string)$wiki->getId(), 'title' => $wiki->getTitle(), 'tag' => is_array($wiki->ge...

5.RE: 建索引越来越慢

发布时间:2014-03-20 15:03 t By kooky

加了 $index->openBuffer(8); 现在好了不少。

6.XSIndex

...可读数据 XSServer open() 打开服务端连接 XSServer openBuffer() 开启索引命令提交缓冲区 XSIndex reopen() 重新打开连接 XSServer sendCommand() 往服务器直接发送指令 (无缓存) XSServer setCustomDict() 设置自定义词典内...

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

发布时间:2011-09-19 17:09 t By tisswb

...ndex->addExdata('????????111????...') #2 ../phplib/XS.php(1100): XSIndex->openBuffer(0) #3 ../phputil/Indexer.php(206): XSIndex->closeBuffer() #4 {main} PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0 看错误应该是csv导入的时候分隔符的编码出问题...

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

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

...ndex->addExdata('????????1??????...') #2 ../phplib/XS.php(1100): XSIndex->openBuffer(0) #3 ../phputil/Indexer.php(206): XSIndex->closeBuffer() #4 {main} PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0 [/quote] 今天再次遇到这个问题,解决了。终于...

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

发布时间:2011-09-20 16:09 t By tisswb

...ndex->addExdata('????????1??????...') #2 ../phplib/XS.php(1100): XSIndex->openBuffer(0) #3 ../phputil/Indexer.php(206): XSIndex->closeBuffer() #4 {main} PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0

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