搜索

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

1.RE: 字段搜索排序

发布时间:2013-06-07 13:06 t By hightman

INI加上 non_bool =yes 然后搜索 example_attr:jianyue,baise 即可

2.RE: 字段搜索排序

发布时间:2013-06-08 11:06 t By hightman

--show-query 看吧

3.字段搜索排序

更新时间:2013-06-07 13:06 t By hpxl

ini文件里面某个字段设置如下: [php][example_attr] index = self tokenizer = split(,)[/php] 这个字段搜索,example_attr:jianyue,baise 得到结果如下:[php]45 ... jianyue,baise,qianhuang 207 ... zhongshi,hongse,baise 39 ... jianyue,baise,huangse 41 ... jianyue,hei...

4.字段值分面搜索

字段值分面搜索 分面搜索在英文中通常表述为 `Facets Search`,被检索的数据通具有多维度属性。 例如一本书包含主题、作者、年代等,而分面搜索是指通过事物的这些属性不断筛选、 过滤搜索结果的方法,可以将...

5.RE: 字段搜索排序

更新时间:2013-06-08 13:06 t By hpxl

...4.6-27已解决此问题。现在可以通过cid:hello,world来查询了。字段里面non_bool=yes,可以使同时包含hello和world的排在前面。介绍3条语句例子,第一条语句包含hello,world的模糊搜索,结果是包含hello,world的排在前面,且只包含hello或者worl...

6.RE: 字段搜索排序

更新时间:2013-06-07 14:06 t By hpxl

ini设置 [php] [example_attr] index = self tokenizer = split(,) non_bool = yes[/php] XS版本 xs-indexd: xunsearch/1.4.7-dev (index server) 查询结果没有任何变化,结果如下: [php]example_attr:jianyue,baise 45 ... jianyue,baise,qianhuang 207 ... zhongshi,hongse,baise 3...

7.RE: 字段搜索排序

更新时间:2013-06-08 10:06 t By hpxl

ini文件里面cid字段设置[php][cid] index = self tokenizer = split(,) non_bool = yes [/php] cid:1或者cid:你好,平安,是可以搜到数据的,cid:hello,英文的搜不到任何数据,下面是部分数据。[php] bash-3.2$ php sdk/php/util/Quest.php example cid:你好 ...

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

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

一个文档属于多个类别, 搜索结果类别字段分面统计 结果与真实结果相差很大 配置 [cid] index = self tokenizer = full 索引 $i = 0; foreach($row->cats as $node){ $cid = $node->getId(); if($i++ == 0){ $doc->setField('cid', $cid); }else{ ...

9.如何分类搜索

发布时间:2012-02-21 12:02 t By flyfeng2

我索引的时候有个字段 type 0为新闻 1为产品 现在如何 where type=1这样的啊? $docs = $search->setQuery($skey)->addWeight('title', $skey)->search(); 这里不知道怎么写?

10.获取搜索结果

...通过 [XSSearch::setSort] 我们可以指定让搜索结果照某一个字段的值进行正序或倒序排列,参考代码: ~~~ [php] $search->setSort('chrono'); // chrono 字段的值倒序 $search->setSort('chrono', true); // chrono 字段的值正序排列 ~~~ 自从 1.1.0 版...

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