搜索

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

11.怎么创建词库啊?

发布时间:2013-01-09 18:01 t By pingrj

...部分', 'chrono' => time() ); // 创建文档对象 $doc = new XSDocument; $doc->setFields($data);

12.RE: 我写了更新从SQL SERVER中提取数据提交到XUNSEARCH的索引工具,帮我看看是不是方法用错了

更新时间:2012-02-22 15:02 t By jatwxf

有声明啊,第14行 $doc = new XSDocument; del后再add是为了防止有重复的 请问一下HIGHTMAN,还有没有其它严重问题?[hr] 有声明啊,第14行 $doc = new XSDocument; del后再add是为了防止有重复的 请问一下HIGHTMAN,还有没有其它严重问题?

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

发布时间:2014-12-08 18:12 t By melody

...eginRebuild(); foreach ($data as $k => $v) { $doc = new XSDocument; $doc->setFields($v); $index->update($doc); } $index->endRebuild(); 问题 1:命令行下平滑重建能不能输出执行时间 2:A和B方法重建原理一样...

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

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

...'=>'这是测试文档,1242', 'date'=>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...

15.更新、修改文档

...内容部分', 'chrono' => time() ); // 创建文档对象 $doc = new XSDocument; $doc->setFields($data); // 更新到索引数据库中 $index->update($doc); ~~~ $Id$

16.为什么我更新的索引会没有数据呢?

更新时间:2012-09-28 10:09 t By zspoplar

...k/php/lib/XS.php'; $xs = new XS('zl'); $index = $xs->index; $doc = new XSDocument; $conn=mysql_connect("localhost", "root", "111111") or die("Could not connect: " . mysql_error()); mysql_select_db('zi, $conn) or die ('Can\'t use test : ' . mysql_error()); $result=mysql_query("select id,titl...

17.XSTokenizerXlen

...lib/XSTokenizer.class.php#L116 (显示) public function getTokens($value, XSDocument $doc = null){ $terms = array(); for ($i = 0; $i < strlen($value); $i += $this->arg) { $terms[] = substr($value, $i, $this->arg); } return $terms;}

18.XSTokenizerXstep

...lib/XSTokenizer.class.php#L147 (显示) public function getTokens($value, XSDocument $doc = null){ $terms = array(); $i = $this->arg; while (true) { $terms[] = substr($value, 0, $i); if ($i >= strlen($value)) { break; } $i += $this->arg; } retur...

19.XSIndex

...此自动关闭开启的 rebuild add() 方法 public XSIndex add(XSDocument $doc) $doc XSDocument {return} XSIndex 返回自身对象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L72 (显示) public function add(XSDocument $doc){ return $this->update(...

20.使用讯搜搭建phpwind的全文检索

更新时间:2012-05-18 09:05 t By myoula

... $thread['tid'] = $tid; $doc = new XSDocument; $doc->setFields($thread); $index->add($doc); } echo '200'; ...

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