搜索

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

101.平滑重建索引

...Index::beginRebuild] 和 [XSIndex::endRebuild] 之间即可。写法参考如下: ~~~ [php] // 宣布开始重建索引 $index->beginRebuild(); // 然后在此开始添加数据 ... $index->add($doc); ... // 告诉服务器重建完比 $index->endRebuild(); ~~~ > note: 为确保重建的顺...

102.搞了大半天,1.2.0编译64位dll没有成功

发布时间:2012-11-03 00:11 t By iinlanjian

编译libscws时总是包如下错误: 1>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\math.h(239): error C2059: 语法错误:“(” 2>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\crtdefs.h(463): fatal error C1189: #error : You cannot use 32-bit time_t (_US...

103.数据导入 乱码问题

发布时间:2011-11-25 17:11 t By vist2007

xunsearch 1.1.0 数据库mysql 字符集 utf8 配置文件如下 project.name = entry project.default_charset = UTF-8 server.index = 10.1.20.51:8383 server.search = 10.1.20.51:8384 [tblog_entry_id] type = id [content] type = string index = both [user_id] type = numeric index = s...

104.运行官方DEMO无反应

发布时间:2013-05-06 17:05 t By xj307

...面。 用RequiredCheck.php 检测也没发生什么错误,具体结果如下: +------------+------------+--------------------------+--------------------------------+ | 项目 | 结果 | 用于 | 备注 | +------------+------------+...

105.搜索结果正常,但json_encode结果之后就为空了

更新时间:2014-08-26 10:08 t By Leric

搜索结果正常如下: Array ( [0] => XSDocument Object ( [_data:XSDocument:private] => Array ( [id] => 4089 [name] => 思诺尔 亚麻水立方红色1.5米 [brand_name] => 思诺尔 ...

106.自定义的词语 用hasword返回true getresult没有出现自定义的词语

发布时间:2014-05-06 19:05 t By min

代码如下: function getwords($string='第一个新增词', $ignore = true, $duality = false, $multi = 3) { this -> cws -> addDict('/res/category/dict_1.txt',SCWS_XDICT_TXT); var_dump($this -> cws ->hasWord("新增词","n")); $this -> cws -> setduality($duality); $this -> cws -> setignore($ig...

107.如何为索引,进行增量式更新??

发布时间:2013-09-08 21:09 t By hongjh

...ent, 我将表进行多表链接,并建立了索引, 比如我的sql如下: select * from goods as g left join order as o on g.gid = o.gid left join comment as c on g.gid = c.gid where ..... group by g.gid 然后,用$index->add($doc), 一条条加入 2> 更新索引时,我...

108.体验 DEMO 项目

...k/php util/Indexer.php --source=csv --clean demo ~~~ 然后脚本会给出如下提示: ~~~ 初始化数据源 ... csv WARNING: input file not specified, read data from 开始批量导入数据 ... ~~~ 然后我们测试输入下面三条数据,最后一条数据打完后必须敲入回车...

109.php_scws.dll加载问题.help~

更新时间:2010-11-24 17:11 t By 7color

php.ini中配置如下: [php] [scws] extension = php_scws.dll scws.default.charset = gbk scws.default.fpath = "D:\Zend\etc\scws" [/php] phpinfo();中Loaded Configuration File 的php.ini位置与当前修改的是一致的, php_scws.dll解压至extension_dir/目录. 可是依旧提示:Fa...

110.RE: 报告一个内存泄露bug,1.1.6版本

发布时间:2011-05-08 00:05 t By hightman

感谢关注和指出,关于汇露确实存在,修正PATCH文件如下,由于此处泄露量比较小导致的影响也比较轻,所以暂不强制提供升级版本。 [code] diff -c -r1.20 scws.c *** scws.c 19 Apr 2011 08:00:23 -0000 1.20 --- scws.c 7 May 2011 14:57:49 -...

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