搜索

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

51.使用addRange查询时出现字段丢失问题

更新时间:2013-12-27 14:12 t By root

我的字段中有:type, topicid 两个numeric字段 当 $res = $search->setQuery($_GET['kw'])->addRange('type',2,3)->search(); 进行查询时 topicid字段不存在于结果集中 但是:如果使用 $res = $search->search($_GET['kw']); 或者 $search->setQuery($_GET['kw'])->search();...

52.还是时间戳 变成科学户数的问题

发布时间:2014-10-31 09:10 t By michaeltsui98@qq.com

配置项 [on_time] type = numeric 在测试服务器上返回的值是 'on_time' => string '1414566271' (length=10) 发布到线上服务返回的值是 ["on_time"]=> string(11) "1.41204e+09" 线下,线上服务器都是centos+ nginx ,项目配置也是一样的, 虽然在开...

53.RE: setCollapse() 方法如何实现正确的排序和分页

发布时间:2012-12-29 18:12 t By hightman

... 2. 数字型的字段需要用于排序和区间查的时,务必采用 numeric 类型 3. 总数是估算的,因为分页越后在越准确一些(特别是在排序+区间的时候委容易偏差,把计数单独调用 ::count 并去除排序)

54.RE: setCollapse() 方法如何实现正确的排序和分页

发布时间:2012-12-29 18:12 t By hightman

... 2. 数字型的字段需要用于排序和区间查的时,务必采用 numeric 类型 3. 总数是估算的,因为分页越后在越准确一些(特别是在排序+区间的时候委容易偏差,把计数单独调用 ::count 并去除排序)

55.search进程压力好大

更新时间:2013-06-19 22:06 t By hpxl

...40, task:{}}[/php] 找到问题原因了,当某一个字段设置type=numeric,且字段值是浮点型时,某个xs search进程占用cpu和内存迅速升高,并一直维持在占用资源很高的状态。手册关于type=numeric的说明,“numeric 数值型,包含整型和浮点数...

56.[HELP]xunsearch安装好了,搜索没有结果集。。。

发布时间:2011-10-19 09:10 t By vist2007

...id [title] type = string [content] type = string [date] type = numeric 服务器和sdk分开部署 添加文档代码 但是我运行

57.搜索歌曲名称为 单个汉字的,没有结果

更新时间:2012-02-21 10:02 t By chenlinbo5588

...um_name] type = string index = both weight = 2 [gmt_create] type = numeric index = none [pass_date] type = string index = none

58.RE: 关于XS:getExpandedQuery() 方法,获取展开的搜索词列表

发布时间:2011-12-06 16:12 t By popfeng

... [tag] type = title [chrono] type = numeric index = none tokenizer = none 因为普通的XS:getExpandedQuery() 是无法完成多字段联合查询的, 我想要的是通过明确的uid字段和模糊的tag字段进行检...

59.初次使用的问题

发布时间:2014-12-25 14:12 t By sa1nt

...ub_edition] type = title [sub_text] type = body [sub_date] type = numeric 于是使用php进行测试,代码如下 没有显示任何结果 data目录下也没有任何文件 求解

60.区间搜索(addRange)返回总数误差很大

发布时间:2013-07-22 16:07 t By hung

...一半甚至更少,误差很大。 尝试修改过use_year的type为numeric,结果也是一样。 其它字段使用addRange搜索的时候,发现返回的总数误差都很大。 请问是我的设置有问题,还是搜索条件的写法有问题?

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