搜索

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

1.新增索引和更新索引速度好慢好慢,不能忍受,都在分钟级别上。

发布时间:2012-05-24 11:05 t By dkanaiwen

...与检索和分词。 帖出我的配置文件: [tweetId] type = id tokenizer = none [content] type = body cutlen = 600 [authorId] tokenizer = none [sendTime] tokenizer = none [source] tokenizer = none [status] tokenizer = none [tweetType] tokenizer = none [picExt] ...

2.XSFieldMeta::getCustomTokenizer

getCustomTokenizer() 方法 public XSTokenizer getCustomTokenizer() {return} XSTokenizer 获取当前字段的自定义词法分析器 源码: sdk/php/lib/XSFieldScheme.class.php#L414 (显示) public function getCustomTokenizer(){ if (isset(self::$_tokenizers[$this->tokenizer]...

3.RE: 全文检索 tokenizer = full 时,无法查询

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

tokenizer = full 就是不分词了。但不指定字段时还是会分词,除非你用 XSSearch::addQueryTerm 来构建查询

4.请注意关于tokenizer 分词器

发布时间:2012-10-24 11:10 t By a114708367

xlen([2]) 表示根据指定参数长度分段取词,如 ABCDEF => AB + CD + EF 用的朋友一定要把中括号去掉 变成xlen(2) 否则报错

5.RE: 请注意关于tokenizer 分词器

发布时间:2012-10-25 13:10 t By hightman

这肯定的啊,中括号是表示这个参数可选,默认为2……

6.增量索引不成功

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

...]=> int(10) ["vno"]=> int(0) ["tokenizer":"XSFieldMeta":private]=> string(4) "full" ["flag":"XSFieldMeta":private]=> int(1) } ["id"]=> object(XSFieldMeta)#19 (7) { ["name"]=> ...

7.全文检索 tokenizer = full 时,无法查询

发布时间:2013-09-04 16:09 t By hongjh

... self [goods_name] type = title index = both [goods_sn] index = both tokenizer = full 2. 导入相关数据 require_once '/usr/local/xunsearch/sdk/php/lib/XS.php'; $xs = new XS('goods'); $data = array( 'goods_id' => 112, 'goods_name' => 'hello my goodsname', 'g...

8.凌晨一点了我还在调试,管理你就帮帮我啊!

更新时间:2013-11-11 00:11 t By 子不语

...不出。搜索/却出来全部结果 [id] type = id [user] index = both tokenizer = none [zh] index = both tokenizer = none [dh] index = both tokenizer = none ~ [hr] [quote='子不语' pid='5115' dateline='1384100404'] 我就想使用普通的搜索功能,但是搜索任何都...

9.XSTokenizer 分词接口

XSTokenizer 分词接口 [XSTokenizer] 是搜索字段的分词接口定义,整个接口只要求实现一个方法 [XSTokenizer::getTokens], 自定义分词器用于 INI 配置文件中的 `tokenizer` 选项。 关于自定义分词器的详细用法剖析请阅读后面...

10.一点疑惑

更新时间:2013-11-09 15:11 t By 子不语

...不可以搜索和显示出来 [id] type = id [user] index = both tokenizer = full [q] index = both tokenizer = full [w] index = both tokenizer = full ~

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