搜索

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

31.RE: 搜索区间过滤 addRange不起 作用

发布时间:2011-12-09 15:12 t By vist2007

... [/quote] 按照你说的 [user_id] type = numeric index = none tokenizer = full $xs = new XS('entry'); $search = $xs->getSearch(); $search->setCharset('utf8'); $search->addRange('user_id',1,20000)->setLimit($page_num,($page-1)*$page_num)->setSort('post_time',true)->setQuery($q); ...

32.使用讯搜搭建phpwind的全文检索

更新时间:2012-05-18 09:05 t By myoula

...83 server.search = 192.168.0.250:8384 [tid] type = id [fid] index = self tokenizer = full [author] [authorid] index = self tokenizer = full [postdate] tokenizer = full [subject] type = title [content] type = body #导入 php util/Indexer.php --rebuild --source=mysql://数据库用户名:数...

33.项目配置文件详解

...y 型字段则固定为 mixed 。 ~~~ index = none ~~~ #### tokenizer 分词器 默认为 default 采用内置的功能强大的 scws 分词,适合绝大多数字符串字段。也可以指定自定义分词器, 格式为 name 或 name(arg) 两种形式,其中 name 是分...

34.XSTokenizerXlen

XSTokenizerXlen All Packages | 方法(函数) 包 XS.tokenizer 继承关系 class XSTokenizerXlen 实现接口 XSTokenizer 版本 1.0.0 源代码 sdk/php/lib/XSTokenizer.class.php 内置的定长分词器 Public 方法 隐去继承来的方法 ...

35.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...

36.为什么布尔搜索不适合 自定义分词?

发布时间:2014-07-23 15:07 t By xunsearch飞吧

...下: 自定义分词字段 b_split_title [b_split_title] type = title tokenizer =coupon $search->setQuery( '(b_split_title:宠物 OR 宠物 ) AND b_city_id:31')->setlimit(1000000)->setFacets('b_tag_id')->search(); 打印: Xapian::Query(((or:(pos=1) AND 宠物:(pos=2) AND and:(pos=3) AND...

37.XSTokenizerXstep

XSTokenizerXstep All Packages | 方法(函数) 包 XS.tokenizer 继承关系 class XSTokenizerXstep 实现接口 XSTokenizer 版本 1.0.0 源代码 sdk/php/lib/XSTokenizer.class.php 内置的步长分词器 Public 方法 隐去继承来的方法 ...

38.XSTokenizer

XSTokenizer All Packages | 方法(函数) 包 XS.tokenizer 继承关系 interface XSTokenizer 子类 XSTokenizerFull, XSTokenizerNone, XSTokenizerScws, XSTokenizerSplit, XSTokenizerXlen, XSTokenizerXstep 版本 1.0.0 源代码 sdk/php/lib/XSTokenizer.class.php ...

39.关于指定搜索项中,空格的问题

更新时间:2012-04-05 10:04 t By 鸭梨山大

...的固定词组 配置文件这样的 [type] type = string index = both tokenizer = split(|) 录入的数据中type是这样的 1.ccc|aaa bbb 2.ddd ============== 代码这样的 docs = $search->search('type: [color=#FF4500]"[/color]aaa bbb[color=#FF0000]"[/color] OR type:ddd '); docs...

40.addWeight提权的问题 提不上去

更新时间:2013-08-22 13:08 t By beike228

... ) )[hr] //ini配置 [gid] type = id [name] type = title tokenizer = GameName [ranking] index=self[hr] 问题是:加了权重提升 还是排在后面[hr] [ranking] index=self tokenizer = full 重建索引后 搜索结果还是一样

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