搜索

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

21.贴一个wordpress搜索配置

更新时间:2011-12-26 16:12 t By assad

...T JOIN wp_terms AS t ON t.term_id=tt.term_id WHERE p.post_status='publish' AND (p.post_type='post' OR p.post_type='page') AND tt.taxonomy='category'" --project /usr/local/xunsearch/sdk/php/app/myblog.ini

22.在迅搜中何谓“模糊搜索”?

更新时间:2014-04-11 11:04 t By dandankele

...setFuzzy设置true相当于使用了OR,那么设置为false的话,用AND了吗?并且用的是LIKE?这是迅搜里面模糊搜索的概念吗?

23.RE: 虎踞龙蟠BBS全文检索正式上线

发布时间:2011-11-25 14:11 t By hightman

...no)); 这样搜索的时候可以默认搜索当前 2年内的只要加上 AND (time:2011 OR time:2010) 效果可能会比 compare 快多了。 因为在测试时我选择任意时间反而经常比2年内反应快一些。

24.[预告] xunsearch 下一主版本 1.3.x 主要新增功能

更新时间:2011-12-26 10:12 t By hightman

...“管理制度”这样的长词将转换成 “管理制度 OR (管理 AND 制度)” 更为合理有效 3. Xapian 将同步升级至 1.2.8 4. 优化 searchd 子进程的定期、定量清理功能,防止内存泄露和其它不稳定因素。 5. 改进 xunsearch 的日志,去掉不必要...

25.以json 格式数据导入报错

发布时间:2013-06-24 16:06 t By yestar

...据为 {"userid":"171974","my20":"Shipped at 4°C. Upon delivery aliquot and store at -20°C or -80°C. Avoid repeated freeze.","bigid":"11","megcode":" G1P2, UCRP,ISG15,Interferon-induced 15 kDa proteinInterferon-induced 17 kDa proteinIP17Ubiquitin cross-reactive proteinhUCRP Rabbit anti-human Ub...

26.Xunsearch 安装时常见错误解决办法(不断更新)!

更新时间:2011-09-26 10:09 t By hpxl

...e: error: Neither uuid/uuid.h nor uuid.h found - required for brass, chert and flint (you may need to install the uuid-dev, libuuid-devel or e2fsprogs-devel package) -----[/code] 解决办法:sudo apt-get install uuid-dev 2.freebsd 8.0, 1.0.0版本,安装时报错! [code]checking for...

27.RE: Xunsearch 安装时常见错误解决办法(不断更新)!

发布时间:2014-05-08 17:05 t By fain7

...e: error: Neither uuid/uuid.h nor uuid.h found - required for brass, chert and flint (you may need to install the uuid-dev, libuuid-devel or e2fsprogs-devel package) -----[/code] 解决办法:sudo apt-get install uuid-dev 2.freebsd 8.0, 1.0.0版本,安装时报错! [code]checking for...

28.安装php扩展 error: Incorrect scws library

发布时间:2013-02-21 11:02 t By Loading

...e script /usr/share/site/x86_64-unknown-linux-gnu checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for a sed that does not truncate output... /usr/bin/sed checking for cc... cc checking whether the C compiler works... yes checkin...

29.hi hightman, scws_ext cant be run on x64!!!??

发布时间:2010-12-19 19:12 t By postwhere

... also u can give me a solution how to build the lastly version 1.1.3 code and how to build the lib. thanks again! hope you reply>>>>i am online!

30.Xunsearch SDK for PHP

...', 'key2' ... ]; // 通过空格将多个查询条件连接 $condition = ['AND', 'key1', 'key2' ... ]; // 通过 AND 连接,转换为:key1 AND key2 $condition = ['OR', 'key1', 'key2' ... ]; // 通过 OR 连接 $condition = ['XOR', 'key1', 'key2' ... ]; // 通过 XOR 连接 $condition = ['NOT', ...

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