搜索

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

51.开发流程

开发流程 我们现在讲解一下使用 `Xunsearch PHP-SDK` 开发搜索应用时的一般开发流程。 此处的开发流程假设我们已经完成了对应用的需求分析和必要的设计分析、Xunsearch安装等操作。 1. 编写项目配置文件,请先阅读[编写第...

52.SCWS-php扩展的说明及用法

发布时间:2007-06-07 18:06 t By hightman

...。 [b][size=4][color=#154ba0]安装[/color][/size][/b] 这是一个 php 扩展,需要另行下载并编译。目前只有源码代码,而且只在 php4 环境及 Unix 族平台测试编译。下载后直接 ./configure --enable-scws 编译即可。安装后需要在 php.ini 中加入相...

53.RE: [2012] SCWS-1.2.0 发布,BSD协议、支持自定义词库、PHP5.4

发布时间:2012-08-27 16:08 t By kill-all999

HM,您好,我目前使用自定义词库实现分词,但是通过scws_get_top5()方法获取数据的时候(字母+数字大于等于3个的时候也会返回)。求过滤方案。 $sh = scws_open(); scws_set_charset($sh, 'utf8'); scws_set_dict($sh, './dict.txt', SCWS_XDICT_TXT); scws_...

54.使用自定义词典时无法取得字典中的内容

更新时间:2011-08-08 17:08 t By 999

[php] $sh = scws_open(); scws_set_charset($sh, 'gbk'); //scws_add_dict($sh, 'dict.txt', SCWS_XDICT_TXT); scws_set_dict($sh, 'dict.txt', SCWS_XDICT_TXT); //scws_set_rule($sh, 'rules.ini'); $text = "我发现个文字‘再试一个’"; scws_send_text($sh, $text); $top = scws_get_tops($sh, 5)...

55.编写第一个配置文件

...配置文件内容,实际使用时可以将文件保存至 `$prefix/sdk/php/app/discuz.ini`。 ~~~ [php] project.name = discuz project.default_charset = GBK ;服务端用默认值 ;server.index = 8383 ;server.search = 8384 [pid] type = id [fid] index = self tokenizer = full [tid] [first] inde...

56.发布 xunsearch-1.0.0b4 (修正大量安装兼容、内置 libuuid)

发布时间:2011-09-20 15:09 t By hightman

...并内置 libuuid 安装包 * 2011-09-20 12:05:23 +0800 85fc8d6 hightman: PHP-SDK: 在搜索骨架模板中指明用 UTF-8 编码 * 2011-09-19 15:14:12 +0800 642d40a hightman: PHP-SDK: 修正 INI 文件指南中错误的字符集写法

57.RE: 按字段搜索排序

更新时间:2013-06-07 14:06 t By hpxl

ini设置 [php] [example_attr] index = self tokenizer = split(,) non_bool = yes[/php] XS版本 xs-indexd: xunsearch/1.4.7-dev (index server) 查询结果没有任何变化,结果如下: [php]example_attr:jianyue,baise 45 ... jianyue,baise,qianhuang 207 ... zhongshi,hongse,baise 3...

58.SCWS-1.1.9 没法分中文?

发布时间:2012-01-07 12:01 t By hejone

运行安装说明里的c例子 [php]#include #include main() { scws_t s; scws_res_t res, cur; char *text = "Hello, 我名字叫李那曲是一个中国人, 我有时买Q币来玩, 我还听说过C#语言"; if (!(s = scws_new())) { printf("error, can't init the scws_t!\n"); ...

59.RE: 英文数字组合字符串分词问题

发布时间:2014-05-14 11:05 t By soarb

[quote='hpxl' pid='7811' dateline='1400033006'] sdk/php/app/demo.ini配置 [id] type = id [/quote] 是scws-1.2.2 的如何让它支持自已定义的英文词库? 像http://bbs.xunsearch.com/showthread.php?tid=3088 这样修改代码吗?

60.RE: 不能增加索引,每次列队数加1

发布时间:2012-09-03 15:09 t By deling007

$index->flushIndex(); 或 php Indexer.php --flush -p /var/www/xunsearch/goods.ini 用过后队列数还是没有改变,索引还是没有增加进去,仿佛就在缓存队列中,然后我就把xs重启,队列数据变成0条了,然后我就$index->add($doc),对列数据又增加成一...

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