搜索

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

1.RE: 按字段搜索排序

更新时间:2013-06-08 13:06 t By hpxl

开发版:1.4.6-27已解决此问题。现在可以通过cid:hello,world来查询了。字段里面non_bool=yes,可以使同时包含hello和world的排在前面。介绍3条语句例子,第一条语句包含hello,world的模糊搜索,结果是包含hello,world的排在前面,且只包含h...

2.Hello world!

发布时间:2011-09-08 14:09 t By admin

Hello world!This is test! 你好!

3.RE: 按字段搜索排序

更新时间:2013-06-08 10:06 t By hpxl

...[/php] 按cid:1或者cid:你好,平安,是可以搜到数据的,cid:hello,英文的搜不到任何数据,下面是部分数据。[php] bash-3.2$ php sdk/php/util/Quest.php example cid:你好 在 3 条数据中,大约有 3 条包含 cid:你好 ,第 1-3 条,用时:0.0025 秒。 ...

4.RE: Hello world!

发布时间:2011-09-08 16:09 t By coo

(*^__^*) 嘻嘻

5.RE: Hello world!

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

恭喜,偶然间发现迅搜,正好最近正在做一个站内搜索的项目,来借鉴经验,取取经~

6.SCWS不支持英文和中英文混合分词吗?

更新时间:2010-08-24 20:08 t By fuhehe

...dict('words.txt',SCWS_XDICT_TXT); $so->set_ignore(true); $so->send_text("GMhello指导员"); echo ''; while ($tmp = $so->get_result()) { var_dump($tmp); } $so->close(); 在words.txt只定义如下内容 GM 1.0 1.0 * hello指导员 1.0 1.0 * 而输出结果为: array(1) { [0]=> array(5) { ...

7.libscws的问题

发布时间:2009-12-02 16:12 t By nftw

... scws_t s; scws_res_t res, cur; char *text;// = "Hello, 我名字叫李那曲是一个中国人, 我有时买Q币来玩, 我还听说过C#语言"; text = "我是一名中国的程序员"; if(argc == 2) text = argv[1]; if (!(s ...

8.xunsearch的几个小小优化

发布时间:2012-09-12 22:09 t By Dull

...,直接干掉,测试结果http://www.xunsearch.com/demo/search.php?q=hello+AND&f=_all&s=relevance http://www.xunsearch.com/demo/search.php?q=hello+OR&f=_all&s=relevance 怀疑是API那里没有进行空搜索的判断,导致的结果,官方能处理最好,提醒下,不然简单...

9.同义词搜索

...然只允许一个单词或中文词哦。如: 设置 `您好` 为 _hello world_ 的同义词,那么检索 _hello world ok_ 时也会匹配同时包含 `您好` 和 `ok` 的记录。 管理同义词库 ------------ 您可以通过 [XSIndex::addSynonym] 和 [XSIndex::delSynonym] 来添...

10.SCWS-1.1.9 没法分中文?

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

...#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"); exit(-1); } scws_set_charset(s, "gbk")...

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