搜索

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

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

更新时间: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]"[/c...

12.搜索上的问题死活搜不到

发布时间:2013-07-12 11:07 t By net_li

.ini 配置文件 [id] type = id [screen_name] type = title [crts] type = string 添加索引:

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

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

数据库有一张article表。编码是gbk_chinese_ci,配置文件article.ini中我设置如下: project.name = article project.default_charset = UTF-8 [aid] type = id [title] type = both [smalltitle] type = string [copyfrom] type = string [totalhit] type = string [keywords] type = string ...

14.我搜索真的很慢,求大神帮看看是什么问题

发布时间:2013-08-12 09:08 t By zhuaijay

...。 数据大概这么多,是用csv格式导入的。 下面是我的配置文件 project.name = test_qw project.default_charset = utf-8 server.index = 8383 server.search = 8384 [docno] type = id ;文档号 [title] type = title; 文章标题 [date] type = numeric ; 日期 in...

15.搜索歌曲名称为 单个汉字的,没有结果

更新时间:2012-02-21 10:02 t By chenlinbo5588

比如 歌曲名称 为 "当" 时限制找不到结果 配置文件名称如下 project.name = digital_music project.default_charset = utf-8 server.index = 8383 server.search = 8384 [music_id] type = id [music_name] type = title index = both [message] type = body cutlen...

16.求救 强制单字搜索 解决方法

发布时间:2012-02-22 18:02 t By chenlinbo5588

... http://www.adminlink.net.cn/search/search.php?q=祛痘 我的项目配置文件名称如下 project.name = digital_music project.default_charset = utf-8 server.index = 8383 server.search = 8384 [music_id] type = id [music_name] type = title index = both [message] type = b...

17.XSFieldMeta

...搜索项目包含若干个字段, 字段元数据保存在项目的 ini 配置文件中 Public 属性 隐去继承来的属性 名称类型描述定义于 cutlen int 剪取长度 (单位:字节) 用于在返回搜索结果自动剪取较长内容的字段, 默认为 0表...

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

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

[quote='hightman' pid='7299' dateline='1397182457'] ini配置不对吧,你放心的用 $doc->from 取值吧,会自动转的 [/quote] ini文件: project.name = pin_115_gjh project.default_charset = UTF-8 [id] type = id [name] type = title [create_time] type = numeric [enterprise_id] type =...

19.数据导入 乱码问题

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

xunsearch 1.1.0 数据库mysql 字符集 utf8 配置文件如下 project.name = entry project.default_charset = UTF-8 server.index = 10.1.20.51:8383 server.search = 10.1.20.51:8384 [tblog_entry_id] type = id [content] type = string index = both [user_id] type = numeric index = s...

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

发布时间: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 [tw...

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