搜索

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

211.XSSearch::terms

...rn} array 可用于高亮显示的词条列表 源码: sdk/php/lib/XSSearch.class.php#L515 (显示) public function terms($query = null, $convert = true){ $query = $query === null ? '' : $this->preQueryString($query); if ($query === '' && $this->_terms !== null) { $ret = $this-...

212.failed to open file

发布时间:2012-03-02 14:03 t By 张十三

...= $mongo->getRepository("Wiki"); $wiki_date = new MongoDate(0); $xs = new XS('demo'); $index = $xs->index; while (true) { $wikis = $wiki_repo->find(array("query" => array("created_at" => array('$gt' => $wiki_date)), "sort" => array("created_at" => 1), "limit" => 100)); ...

213.RE: 关于 numeric 类型精度问题

发布时间:2011-12-11 02:12 t By KnightE

应该尽量通过xs得到id,然后根据id批量从DB/NOSQL取信息,直接从xs取信息不是个好主意。

214.RE: 如何集成到framework中

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

配置文件不是问题啊, new XS('/path/to/file.ini'); 也可以的,XS 构造函数允许传入路径、文件内容都可以呢。

215.RE: 官网的搜索挂掉了

发布时间:2013-07-30 11:07 t By hightman

bin/xs-indexd -v bin/xs-searchd -v

216.拼音转换问题

更新时间:2013-08-20 17:08 t By wjliuleidian

...库,怎么样能拿到每个子索引库,转换出来的内容呢[hr] $xs->search->setDb('products'); $words3 = $xs->search->getExpandedQuery($searchText); print_r($words3); //这样也不行

217.XSSearch::getHotQuery

...搜索词为键, 搜索指数为值的关联数组 源码: sdk/php/lib/XSSearch.class.php#L673 (显示) public function getHotQuery($limit = 6, $type = 'total'){ $ret = array(); $limit = max(1, min(50, intval($limit))); // query from log_db $this->xs->setScheme(XSFieldScheme::logger...

218.search进程压力好大

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

机器没什么查询的,突然占用资源很大。xunsearch 版本:xs-searchd: xunsearch/1.4.7-dev (search server) [php] PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 28942 root 18 3 152m 28m 1852 S 174.6 0.2 61:51.25 xs-searchd 28940 root 18 3 152m...

219.RE: 不能增加索引,每次列队数加1

发布时间:2012-09-03 15:09 t By deling007

...----------+--------------------------------+ | PHP 版本 | 5.3.3-1ubu | XS(core) | PHP 5.2.0 或更高版本是必须的。 | | SPL 扩展 | OK | XS(core) | SPL 扩展用于自动加载和对象戏法 | | PCRE 扩展 | OK | XSDocument, XSSearch ...

220.XSSearch::getQuery

...{return} string 返回解析后的搜索语句 源码: sdk/php/lib/XSSearch.class.php#L204 (显示) public function getQuery($query = null){ $query = $query === null ? '' : $this->preQueryString($query); $cmd = new XSCommand(XS_CMD_QUERY_GET_STRING, 0, $this->_defaultOp, $query); $...

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