搜索

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

11.RE: SCWS-1.0.3 + PHP 5.3.0 問題回報

更新时间:2009-07-16 22:07 t By hightman

...--------------------------------------------------------+ */ ! /* $Id: php_scws.c,v 1.3 2009/05/14 19:25:32 hightman Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" --- 16,22 ---- +----------------------------------------------------------------------+ */ ! /* $Id: ...

12.RE: scws.so: undefined symbol: core_globals_id in Unknown on line 0 done

更新时间:2010-04-29 01:04 t By hightman

不知你有没有注意到 configure 的结果里,总是显示 checking if zts is enabled... no 问题应该是在这儿 我这儿的FREEBSD,LINUX都是正常的,PHP 4.4.X和PHP5.2.X都测试过~ 查看一下 /usr/local/php/include/php/main/php_config.php 里面是否有 #define ZTS 1 ...

13.addRange的范围无效?

发布时间:2012-12-26 15:12 t By weizhao

$search->addRange('id', 30, 243239)->search() 搜不出结果, 但是搜 $search->addRange('id', 1, 243239)->search()能搜出结果 query 语句解析出来是这样的 "Xapian::Query(VALUE_RANGE 0 31 243239))" 无结果 "Xapian::Query(VALUE_RANGE 0 1 243239))" 有结果 请问下...

14.不使用Indexer.php添加数据到xunsearch

更新时间:2012-12-21 20:12 t By Dull

...r/local/xunsearch 所有配置文件和http://www.xunsearch.com/doc/php/guide/ini.guide保持一致 搜索配置文件,sample.ini [code]project.name = sample project.default_charset = GBK ;server.index = 8383 ;server.search = 8384 [pid] type = id [subject] type = title [message]...

15.xunsearch是否支持Geodist搜素?

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

...索呢? 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`, RADIANS(`lon`) AS `longitude` FROM `fandian` WHERE (`id` >= $start AND `id` SetServer("localhost", 9312); $...

16.请教一下 addTerm 这样用对吗?

发布时间:2014-07-24 11:07 t By xunsearch飞吧

$arr = array(0=>array('id'=>1,'title'=>'啊','cat'=>1), 1=>array('id'=>2,'title'=>'啊2','cat'=>2) ……) 这个 我foreach ($arr as $val) { //获取分类 $arrTag = .........;//一维数组 $doc->setFields($data); $index->add($d...

17.好消息,scws-0.0.1 pre 版发布!!

发布时间:2007-06-09 11:06 t By hightman

...ditor set number ; syntax on ; set autoindent ; set tabstop=4 (vim) ! * $Id: xdb.h,v 1.1.1.1 2007/06/05 04:19:45 hightman Exp $ */ #ifndef _SCWS_XDB_20070525_H_ --- 2,8 ---- * @file xdb.h (read only) * @author Hightman Mar * @editor set number ; syntax on ; set autoindent ;...

18.SQL语句里 group by 带来的问题

发布时间:2014-05-20 15:05 t By xiao6ye

....php --rebuild --source=mysql://root:@localhost/shop --sql="select g.goods_id,g.cat_id,g.goods_name,g.en_goods_name,g.goods_short_name,g.en_goods_short_name,g.brand_id,g.shop_price,g.goods_brief,g.en_goods_brief,g.goods_img,CONCAT(ga.attr_id,'_',ga.attr_value) as attr_value from fp_goods as g left j...

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

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

...oupon $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) AND (b_city_id:(pos=4) PHRASE 2 31:(pos=5))) FILTER C宠物)) 但是 如果是别的字...

20.数据导入 乱码问题

发布时间:2011-11-25 17:11 t By vist2007

...r.index = 10.1.20.51:8383 server.search = 10.1.20.51:8384 [tblog_entry_id] type = id [content] type = string index = both [user_id] type = numeric index = self tokenizer = full [post_time] type = numeric index = self tokenizer = full [forward] type = numeric index = sel...

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