搜索

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

61.XSSearch::search

...res = $this->execCommand($cmd, XS_CMD_OK_RESULT_BEGIN); $tmp = unpack('Icount', $res->buf); $this->_lastCount = $tmp['count']; // load vno map to name of fields $ret = $this->_facets = array(); $vnoes = $this->xs->getScheme()->getVnoMap(); // get result documents while (true) { ...

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

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

...e('use_year', $from , $to); $docs = $search->search(); print_r($search->count()); [/code] 不管怎么设置$from跟$to,显示的总数都基本是一样的,实际总数只有打印的总的一半甚至更少,误差很大。 尝试修改过use_year的type为numeric,结果也是一...

63.多属性字段按此字段值分面统计结果不正确

更新时间:2013-07-19 10:07 t By stcer

... } } 搜索 $search->setFacets(array('cid'), true); $search->search(); $counts = $search->getFacets('cid');

64.为什么我这样写查不出结果集?

发布时间:2013-03-23 08:03 t By gaochunmeng

...e] type = numeric index = none [order_num] index = none [click_count] index = none

65.为什么我这样写查不出结果集?

发布时间:2013-03-23 08:03 t By gaochunmeng

...e] type = numeric index = none [order_num] index = none [click_count] index = none

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

发布时间:2013-07-05 17:07 t By chinapubmed

[php][root@west123110 tmp]# dd bs=64k count=4k if=/dev/zero of=test oflag=dsync 记录了4096+0 的读入 记录了4096+0 的写出 268435456字节(268 MB)已复制,24.6265 秒,10.9 MB/秒 [/php] 经hightman老大测试,似乎是硬盘的读取速度太慢了。 好吧,看来要换个...

67.XSSearch::terms

... array(); $tmps = explode(' ', $res->buf); for ($i = 0; $i < count($tmps); $i++) { if ($tmps[$i] === '' || strpos($tmps[$i], ':') !== false) { continue; } $ret[] = $tmps[$i]; } if ($query === '') { $this->_terms =...

68.SQL 导入错误,请问管理同学 sql 导入不支持 DATE_FORMAT(a.inputtime , '%Y%m%d' ) 函数??

更新时间:2012-03-19 23:03 t By a7262619

...c' at line 1 #0 XSDataSource.class.php(454): XSDatabasePDO->query('SELECT COUNT(*)...') #1 XSDataSource.class.php(213): XSDatabase->query1('SELECT COUNT(*)...') #2 XSDataSource.class.php(33): XSDatabaseDataSource->init() #3 XSDataSource.class.php(48): XSDataSource->__construct('mysql://xxx', 'SE...

69.RE: SQL 导入错误,请问管理同学 sql 导入不支持 DATE_FORMAT(a.inputtime , '%Y%m%d' ) 函数??

发布时间:2012-03-20 15:03 t By hightman

原因在于 FROM_UNIXTIME ... 因为这里也有个 FROM_ ....所以语句转换成 COUNT(*)时解析错了。

70.XSSearch

...arch hotQuery array 获取热门搜索词列表 XSSearch lastCount int 获取最近那次搜索的匹配总数估值 XSSearch project string 获取当前项目名称 XSServer query string 获取解析后的搜索语句 XSSearch relatedQuery array 获...

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