搜索

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

1.请问有没有类似mysql里的" where 1=1 "的语句?

发布时间:2013-11-28 16:11 t By gdtv

在前端业务需求中要组合多个字段来搜索。 where 1=1 and key1=xxx and key2=xxx and key3=xxx "where 1=1"是为了在写代码的时候方便后面添加0个或者多个"and key1=xxx" 请问xunsearch里的可以实现吗?

2.为什么布尔搜索不适合 自定义分词?

发布时间:2014-07-23 15:07 t By xunsearch飞吧

如下: 自定义分词字段 b_split_title [b_split_title] type = title tokenizer =coupon $search->setQuery( '(b_split_title:宠物 OR 宠物 ) AND b_city_id:31')->setlimit(1000000)->setFacets('b_tag_id')->search(); 打印: Xapian::Query(((or:(pos=1) AND 宠物:(pos=2) AND and:(pos=3) ...

3.输入词汇过滤

更新时间:2012-11-03 16:11 t By Dull

参考这个: http://bbs.xunsearch.com/showthread.php?tid=397 另外发现a.bb bb.a a.b.c这样的形式查询超慢无比 按照hightman的说法: [i]hightman(海? 15:28:33 . 是相当于加引号,连接符 hightman(海? 15:28:57 "a.b.c.d" 这样就要求 A后面紧跟B再紧跟...

4.xunsearch的几个小小优化

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

1、安装时候编辑xunsearch-ver/src index.h 可以适当调低提交数量,比如3000减少为1000 search.h 进程数量可以改高点,初始内存默认即可 search.cc 最大内存128可以改到640M 2、搜索词过滤 如果搜索词不包含任何字母数字汉字,仅仅...

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

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

...库,检索的时候智能匹配同义词进行搜索。比如设置 “xunsearch”与“迅搜”为同义词,那么搜索 xunsearch也会包含迅搜的记录。 2. 增强的搜索查询与匹配,通常像“管理制度”这样的长词将转换成 “管理制度 OR (管理 AND 制度)...

6.xunsearch是否支持Geodist搜素?

发布时间:2012-06-12 21:06 t By cevin

一直用的sphinx,想体验一下xunsearch。但是不解,xunsearch是否支持时下很火的lbs搜索呢? sphinx配置: [code] sql_query_range = SELECT IFNULL(MIN(`id`), 1), IFNULL(MAX(`id`), 1) FROM `fandian` sql_query = SELECT `id`,`type`, `name`, RADIANS(`lat`) AS `latitude`, RAD...

7.freebsd 10 xunsearch 1.4.8

更新时间:2014-02-26 14:02 t By xjflyttp

...ys/un.h... yes checking for event2/event.h of libevent... yes: /usr/local/xunsearch checking for correct libevent version... ok checking for event_base_new in -levent_core... yes checking for scws.h of scws... yes: /usr/local/xunsearch checking for scws_new in -lscws... no configure: error: sc...

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

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

...s, see 'setup.log' for more detail [/code] 解决方法: 假设您将 xunsearch 安装在 $prefix 目录; cd $prefix/lib; ln -s libuuid.so.1.0 libuuid.so; ln -s libscws.so.2.0 libscws.so; (注意:不同版本可能链接文件的名称不一样) 然后回到源码目录重新执行./set...

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

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

...s, see 'setup.log' for more detail [/code] 解决方法: 假设您将 xunsearch 安装在 $prefix 目录; cd $prefix/lib; ln -s libuuid.so.1.0 libuuid.so; ln -s libscws.so.2.0 libscws.so; (注意:不同版本可能链接文件的名称不一样) 然后回到源码目录重新执行./set...

10.RE: Demo遇险记:今天碰到的错误,5576段错误莫名被解决

发布时间:2011-12-02 16:12 t By 五岳之巅

...start又出现了这个问题。 我忘了启动httpd和mysqld。 [root@sm xunsearch]# ./bin/xs-ctl.sh restart INFO: stopping server[xs-indexd] (BIND:127.0.0.1:8383) .... [OK] INFO: re-starting server[xs-indexd] ... (BIND:127.0.0.1:8383) INFO: stopping server[xs-searchd] (BIND:127.0.0.1:8384) .... [...

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