我的字段中有:type, topicid 两个numeric字段 当 $res = $search->setQuery($_GET['kw'])->addRange('type',2,3)->search(); 进行查询时 topicid字段不存在于结果集中 但是:如果使用 $res = $search->search($_GET['kw']); 或者 $search->setQuery($_GET['kw'])->search();...
配置项 [on_time] type = numeric 在测试服务器上返回的值是 'on_time' => string '1414566271' (length=10) 发布到线上服务返回的值是 ["on_time"]=> string(11) "1.41204e+09" 线下,线上服务器都是centos+ nginx ,项目配置也是一样的, 虽然在开...
... 2. 数字型的字段需要用于排序和区间查的时,务必采用 numeric 类型 3. 总数是估算的,因为分页越后在越准确一些(特别是在排序+区间的时候委容易偏差,把计数单独调用 ::count 并去除排序)
... 2. 数字型的字段需要用于排序和区间查的时,务必采用 numeric 类型 3. 总数是估算的,因为分页越后在越准确一些(特别是在排序+区间的时候委容易偏差,把计数单独调用 ::count 并去除排序)
...40, task:{}}[/php] 找到问题原因了,当某一个字段设置type=numeric,且字段值是浮点型时,某个xs search进程占用cpu和内存迅速升高,并一直维持在占用资源很高的状态。手册关于type=numeric的说明,“numeric 数值型,包含整型和浮点数...
...id [title] type = string [content] type = string [date] type = numeric 服务器和sdk分开部署 添加文档代码 但是我运行
...um_name] type = string index = both weight = 2 [gmt_create] type = numeric index = none [pass_date] type = string index = none
... [tag] type = title [chrono] type = numeric index = none tokenizer = none 因为普通的XS:getExpandedQuery() 是无法完成多字段联合查询的, 我想要的是通过明确的uid字段和模糊的tag字段进行检...
...ub_edition] type = title [sub_text] type = body [sub_date] type = numeric 于是使用php进行测试,代码如下 没有显示任何结果 data目录下也没有任何文件 求解
...一半甚至更少,误差很大。 尝试修改过use_year的type为numeric,结果也是一样。 其它字段使用addRange搜索的时候,发现返回的总数误差都很大。 请问是我的设置有问题,还是搜索条件的写法有问题?