搜索

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

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

发布时间: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) ...

2.输入词汇过滤

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

...跟B再紧跟C,D [/i] 于是更新了下过滤输入的函数,部分如下: [php]function checksys($str){ $syskey = array(' AND ',' OR ',' NOT ',' AND_NOT ',' XOR ',' NEAR ',' ADJ '); $str = str_replace($syskey,' ',' '.$str.' '); $ta = explode('.',trim($str).'.'); $i = 0; $str = ''...

3.请教!myft插件安装

发布时间:2009-07-22 22:07 t By fly_sail

...装myft这个插件式,configure没问题,make出现了一个错误,如下提示 ibtool: Version mismatch error. This is libtool 2.2.6, but the libtool: definition of this LT_INIT comes from an older release. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 libtool:...

4.[patch] php-scws 扩展在 5.4.x 下的编译兼容补丁

发布时间:2012-03-05 11:03 t By hightman

...了 safe_mode 导致一些代码错误不通过编译,简单修改补丁如下,请大家先手动修改一下,稍后 scws-1.1.10 发布时会同步解决,并推出 5.4 的 win32 dll 文件。 [code] Index: php_scws.c R...

5.构建搜索语句

...h::search] 和 [XSSearch::count] 的 `$query` 参数。 搜索语句举例如下: ~~~ [php] $search->search('上海人民公园'); // 检索 body 型字段及混合区 $search->search('上海 人民公园'); // 用空格连接 2 个关键词, 这种情况比上面的用法更明确 $search->sear...

6.搜索建议异常

更新时间:2014-04-28 17:04 t By proudxu

...,但一段时间后又会复现。 服务端开启LOG后,有如下输出(估计这段输出对应getExpandedQuery执行过程) 2014-04-25 11:10:46 worker12[30041] INFO new connection (SOCK:7, IP:x.x.x.x, BURST:1) 2014-04-25 11:10:46 worker12[30041] INFO [sock:7] project changed ...

7.Xunsearch SDK for PHP

...盖编写 `hightman\xunsearch\ActiveRecord::projectName()`。通常代码如下: ```php class Demo extends \hightman\xunsearch\ActiveRecord { /*public static function projectName() { return 'another_name'; // 这将使用 @app/config/another_name.ini 作为项目名 }*/ } ``` 由...

8.1.4.6不定期死掉

更新时间:2013-09-09 09:09 t By sohigh

昨天的日志如下 [quote] 2013-09-08 01:00:32 searchd[21752] ALERT server start (BIND:127.0.0.1:8384) 2013-09-08 01:00:32 searchd[21752] ALERT spawned child worker[1] (PID:21758) 2013-09-08 01:00:32 searchd[21752] ALERT spawned child worker[2] (PID:21759) 2013-09-08 01:00:32 searchd[21752] ...

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