搜索

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

21.RE: Xunsearch 讯搜商品检索中多属性精确搜索疑问

发布时间:2014-12-30 12:12 t By liubo

[quote='bigxu' pid='8902' dateline='1419909241'] http://www.xunsearch.com/site/search?q=addterm http://www.xunsearch.com/site/search?q=%E8%A6%81%E6%B1%82%E6%90%9C%E7%B4%A2%E7%BB%93%E6%9E%9C%E4%B8%AD%E4%B8%8D%E5%90%AB%E7%89%B9%E5%AE%9A%E5%85%B3%E9%94%AE%E8%AF%8D [/quote] 我用的就是 addte...

22.项目配置文件详解

...详解 基础说明 ------- - 项目配置是一个 `Xunsearch` 项目的核心灵魂,非常重要,通常保存为 .ini 文件 - 以分号开头的行表示注释,空行直接被忽略不起任何作用 - 中括号包围的每个分区均为字段配置,字段个数根据项...

23.同义词搜索

...非常重要和必要的一项基础功能。从 `1.3.0` 版本起,`Xunsearch` 开始提供同义搜索搜索功能。 什么是同义词搜索 --------------- 为了更好的提升用户搜索体验,我们希望用户在搜索“浙江大学”的时候也同时匹配包含缩写“浙大”...

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

发布时间: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) AND (b_city_id:(pos=4) PHR...

25.如何按分类搜索啊

发布时间:2012-02-21 12:02 t By flyfeng2

我索引的时候有个字段 type 0为新闻 1为产品 现在如何 where type=1这样的啊? $docs = $search->setQuery($skey)->addWeight('title', $skey)->search(); 这里不知道怎么写?

26.XS::restoreScheme

...ndScheme) { $this->_scheme = $this->_bindScheme; if ($this->_search !== null) { $this->_search->markResetScheme(true); } }} 还原字段方案为项目绑定方案

27.搜索全文时较慢,在0.5+秒,甚至1.0+秒【900M数据库】

更新时间:2013-07-05 15:07 t By chinapubmed

...索页面暂时没有列出) 地址:http://www.chinapubmed.net/pub/search.php #机器配置 处理器: IntelXeon 5645/E5-2620*4(4核) 系 统: CentOS 6.2 64位 内 存: 2 GB ECC 这是用unix bench的跑分情况 [attachment=60] 应该说性能还算OK。 这是随...

28.mysql导入数据配置文件里的字段要和数据库里的一样吗?

发布时间:2011-10-28 10:10 t By mengfanchao

...数据失败 - Missing value of primarky key (FIELD:pid) #0 /usr/local/xunsearch/sdk/php/util/Indexer.php(195): XSIndex->update(Object(XSDocument)) sql语句: sql="select c.contentid,c.status,b.contentid from phpcms_content c,phpcms_c_news b where c.contentid=b.contentid and c.status=99" ...

29.xunsearch-1.1.0 正式版 (基于xapian/scws/php的开源中文全文搜索引擎,支持分面搜索、智能分库)

更新时间:2011-11-14 11:11 t By hightman

经常一段时间的仔细测试和调校,很高兴于今天发布 Xunsearch 1.1.0 正式版。 这次修订主要是开发了一些新功能,同时修正了一些小BUG,强烈各位用户建议升级到该最新稳定版本。新增的主要功能如下: 1. 数据库后台智能分库...

30.XSSearch::setSort

setSort() 方法 public XSSearch setSort(string $field, bool $asc=false, bool $relevance_first=false) $field string 依据指定字段的值排序, 设为 null 则用默认顺序 $asc bool 是否为正序排列, 即从小到大, 从少到多, 默认为反序 $relevance_fir...

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