搜索

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

31.RE: 咨询下是否支持前缀匹配这样的功能

发布时间:2013-02-06 15:02 t By kathrin

I like this forum, amazing and very informative,

32.RE: 公司项目求助

更新时间:2012-03-07 10:03 t By hightman

...比如“管理制度” 解析为 “管理制度” OR “管理 AND 制度”

33.RE: addWeight提权的问题 提不上去

发布时间:2013-08-22 14:08 t By beike228

Xapian::Query((疯:(pos=1) AND_MAYBE 10 * GD1))

34.RE: 搜索整个数据库时, 排序结果错误

发布时间:2012-11-09 16:11 t By stars_and_moon

我修改了里面权重计算方式, 可能默认的权重计算比较复杂吧

35.XSIndex::flushIndex 强制刷新出错啊!

发布时间:2012-07-05 10:07 t By xinjing3836

直接XSIndex::flushIndex 就提示 Fatal error: Undefined class constant 'flushIndex' XSIndex::flushIndex()就提示Method "execCommand" does not exist and was not trapped in __call() 求解决哈!

36.RE: 查一字段的多个值

发布时间:2014-07-27 00:07 t By eccozhou

有这么一种情况,一个字段有包含多个值,要对单个值范围查找,怎么做? 比如:一种商品有多个价格,58、88,另外一个商品也有多个价格,100,120,现在要对商品价格进行范围查找,比如price>80 and price

37.xunsearch 如何多个分面搜索呢?

发布时间:2013-05-17 16:05 t By feijilei

比如我的搜索词的iphone 我想找出手机分类和手机壳分类下面所有关于iphone的结果 $kw='iphone'; $cid='10,14'; $search->setQuery($kw AND ('cat_id:'.$cid)); 这样没有用,求大神指点

38.RE: 多个类型的搜索语句构建,搜索结果出错

发布时间:2013-05-16 18:05 t By alicar

构建的搜索语句是 echo $search->getQuery($q); ------------------------------------------------------------ Xapian::Query(((F163:(pos=1) AND B海南:(pos=2)) FILTER H1))

39.RE: 搜索整个数据库时, 排序结果错误

发布时间:2012-09-13 14:09 t By stars_and_moon

就是搜索到结果有20多万条 但是排在前面的并不是权重设定较大的 然后在代码中增加计算权重的日志 发觉只是计算很少的文档权重 那是依据什么排序的呢

40.small50,big161这种词汇搜索不到

更新时间:2013-06-18 10:06 t By hpxl

[php]bash-3.2$ php sdk/php/util/Quest.php spj example_attr:small50 --show-query -------------------- 解析后的 QUERY 语句:Xapian::Query((ZHsmall:(pos=1) AND 50:(pos=2)))[/php] 搜不到任何结果?

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