搜索

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

171.RE: Overflow bug

更新时间:2010-12-30 22:12 t By hightman

... memset((void *)((char *)buf + len), 0, 1); } /* recursive to search the matched record */ --- 52,59 ---- { memcpy(buf, x->fmap + off, len); } ! /* hightman.101230: fixed overflow, thanks to hovea on bbs */ ! //memset((void *)((char *)buf + ...

172.XSSearch::getRelatedQuery

...return} array 返回搜索词组成的数组 源码: sdk/php/lib/XSSearch.class.php#L707 (显示) public function getRelatedQuery($query = null, $limit = 6){ $ret = array(); $limit = max(1, min(20, intval($limit))); // Simple to disable query with field filter if ($query === nul...

173.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...

174.调用clean()清空索引时,名字“db_o”无法清理

更新时间:2012-08-07 23:08 t By ghxter

...法清理,并且占用空间。 清理前: [code] 360M /data/xunsearch/data/db_product/db 2.9G /data/xunsearch/data/db_product/db_a 2.0G /data/xunsearch/data/db_product/db_o 208K /data/xunsearch/data/db_product/log_db 4.0K /data/xunsearch/data/db_product/search.log [/code] 清理后...

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

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

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

176.xunsearch 经典案例大收集!!!

更新时间:2013-08-27 14:08 t By hightman

目前稳定版本:xunsearch-1.4.7,运行稳定功能强大,越来越多的用户采用 xunsearch 定制开发自己的搜索引擎。本贴子长期收集各种经典案例,不论网站名气和流量,只看 xunsearch 开发效果好与坏。 其它用户的案例可以回贴告知我们...

177.RE: Overflow bug

发布时间:2010-12-31 11:12 t By hovea

... memset((void *)((char *)buf + len), 0, 1); } /* recursive to search the matched record */ --- 52,59 ---- { memcpy(buf, x->fmap + off, len); } ! /* hightman.101230: fixed overflow, thanks to hovea on bbs */ ! //memset((void *)((char *)...

178.XSSearch::setSort

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

179.重启xunsearch

更新时间:2012-03-27 10:03 t By bigxu

...://www.bigxu.com bigxu@foxmail.com # example : ./check.sh http://www.xunsearch.com/site/search?q=demo RE /data/www/xunsearch/bin/xs-ctl.sh /hom/bigxu/xu_restart.log > /dev/null 2>&1 & try_times=5 if [[ $1 == 'help' || $4'x' == 'x' ]] then echo "arg1 try:url,example http://www.xunse...

180.XSSearch::getExpandedQuery

...return} array 返回搜索词组成的数组 源码: sdk/php/lib/XSSearch.class.php#L755 (显示) public function getExpandedQuery($query, $limit = 10){ $ret = array(); $limit = max(1, min(20, intval($limit))); try { $buf = XS::convert($query, 'UTF-8', $this->_charset); ...

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