搜索

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

1.RE: 请问hightman从硬件角度来看,怎么提升xunsearch速度呢?

更新时间:2012-06-20 17:06 t By Mr.

... [php]$xs=new XS('shi'); $search=$xs->search; $docs=$search->setQuery($keyword)->setLimit(12,($list_page-1)*12)->search(); $count=$search->getLastCount(); $time=$search->setQuery($keyword)->setSort('time')->setLimit(22)->search();[/php] 不知这样重复检索效率好不好 [php]$xs=new XS(...

2.我想用xunsearch代替mysql的like语句

发布时间:2012-03-04 11:03 t By Elson

因为mysql的 like "%keyword%" 没有用索引,所以我打算用xunsearch先查到对应数据的主键,然后再通过主键查询mysql,不知道有没有人这么做过?在xunsearch里怎么实现类似 like "%keyword%" 这样的功能呢?

3.热门关键词hotkey能不能限定字段,或者排除数字

发布时间:2014-07-17 16:07 t By yuangu125

现在如果有的字段搜索的为数字,则热门关键词会出现数字,能否说系统记录hotkey的时候,比如搜索keyword(搜索词),city(城市),热门关键词只记录keyword,或者说排除数字的记录?

4.讯搜的一些优化

发布时间:2012-05-17 21:05 t By myoula

...3 还是视情况调整 4 sdk中的搜索 $docs = $search->setQuery($keyword)->setSort('postdate', false)->setLimit(100, $size)->search(); $total = $search->getLastCount(); 实测 使用这种方式 比 ->search($keyword) 性能更优

5.RE: 当搜索不设置关键字的时候,type = numeric 的字段会乱码

更新时间:2014-04-11 12:04 t By sundyandy

... 另 1.$doc->from 取值也是乱,不是gbk或utf8的问题 2. setQuery($keyword) 里面的keyword不为空时,是不会出现乱码的

6.RE: small50,big161这种词汇搜索不到

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

[php][cid] index = self tokenizer = split(,) non_bool = yes[/php] 字段设置如上,解决方法如下。 [php] foreach ($keywords as $v) { $search->addQueryTerm($field, $v); }[/php]

7.多个addRange后getLastCount有问题

更新时间:2013-12-16 19:12 t By xilin

例如: $query = $xs->search->setQuery($keyword); if ($c1) { $query->addRange('c1',$c1,$c2); } if ($d1) { $query->addRange('d1',$d1,$d2); } $query->setMultiSort($sorts); $rs = $query->setLimit($perPage,$start)->search(); $count = $xs->search->getLastCount(); 这时$count不准确,我看过论坛...

8.迅搜报错

更新时间:2012-07-16 17:07 t By bustard

... array_push($stack, $word['word']); } $subject = implode(' OR ', $stack); $keyword = $metakeywords = implode(' ', $stack); $search = $xs->search; $search->setCharset('GBK')->setLimit($ppp, $start_limit)->addWeight('subject', $subject)->setQuery($subject); $docs = $search->search(); 貌似有个问...

9.增量索引不成功

发布时间:2014-02-13 17:02 t By lzc2523700

... ["flag":"XSFieldMeta":private]=> int(19) } ["keyword"]=> object(XSFieldMeta)#25 (7) { ["name"]=> string(7) "keyword" ["cutlen"]=> int(0) ["weight"]=> int(1) ["type"]=> int(0...

10.刚开始使用,项目编码与时间戳问题请教

更新时间:2012-07-05 11:07 t By xilin

...title] type = string [copyfrom] type = string [totalhit] type = string [keywords] type = string [sendtime] type = numeric 在添加索引时,文档中有说会自动转码,所以所有字段都不需要用iconv将gbk转为utf-8就可以正常使用。sendtime在数据库中是时间戳(int...

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