搜索

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

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.RE: 全文检索 tokenizer = full 时,无法查询

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

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

3.请注意关于tokenizer 分词器

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

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

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

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

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

5.增量索引不成功

发布时间: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"]=> ...

6.全文检索 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...

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

更新时间: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'] 我就想使用普通的搜索功能,但是搜索任何都...

8.一点疑惑

更新时间: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 ~

9.数据导入 乱码问题

发布时间:2011-11-25 17:11 t By vist2007

... type = string index = both [user_id] type = numeric index = self tokenizer = full [post_time] type = numeric index = self tokenizer = full [forward] type = numeric index = self tokenizer = full [reply_num] type = numeric index = self tokenizer = full xunsearch服务...

10.图片搜索的一些疑问

更新时间:2014-02-16 17:02 t By Mr.

...hm/xs-searchd.sock [id];图片ID主键 唯一 type = id index = none tokenizer = none cutlen = 0 weight = 0 phrase = no non_bool = no [title];图片属于哪个图集的题标 非唯一 但每个图集题标都是唯一 type = title;我可以设置为string? index = both;如果type ...

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