搜索

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

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

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

hightman ,教我一下 强刷搜索单字 如何操作, 不然我的音乐的话, 一字歌就没有办法搜索了 人家做的 案例 貌似都可以搜索的 http://www.adminlink.net.cn/search/search.php?q=祛痘

2.getLastCount的问题反馈

发布时间:2014-03-22 17:03 t By tisswb

...问题,实例如下: [quote] $xs->setQuery('贪污')->setLimit(5)->search(); echo $xs->getLastCount(); echo ''; $xs->setQuery('贪污')->setLimit(50)->search(); echo $xs->getLastCount(); echo ''; $xs->setQuery('贪污')->addRange('publish...

3.数据导入 乱码问题

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

4.RE: getHotQuery()getCorrectedQuery()getRelatedQuery()无结果是啥情况?

更新时间:2011-11-22 10:11 t By hightman

...回任何结果,总是array() [/quote] 参见:[url]http://www.xunsearch.com/doc/php/guide/search.overview#ch4[/url] 搜索之后必须调用 setQuery 然后调用不带参数的 search() 才能进行搜索日志记录。 记录完毕后存放在 $prefix/data//search.log 可以看看这个...

5.[HELP]xunsearch安装好了,搜索没有结果集。。。

发布时间:2011-10-19 09:10 t By vist2007

...t project.default_charset = utf-8 server.index = 10.1.20.51:8383 server.search = 10.1.20.51:8384 [id] type = id [title] type = string [content] type = string [date] type = numeric 服务器和sdk分开部署 添加文档代码 但是我运行

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

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

...ital_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 = 500 [singer] type = string index = both [company] type = string index = none [album_name] ...

7.用骨架自动生成的search.php访问没有数据是怎么回事,管理员大哥帮帮忙

发布时间:2012-12-12 17:12 t By 刚接触xs

...t.name = study project.default_charset = utf8 server.index =8383 server.search =8384 [user_id] type = id [username] index = self tokenizer = full [password] index = both [email] index = both 后来自己又写了个php页面打印结果是一个空数组

8.xunsearch的几个小小优化

发布时间:2012-09-12 22:09 t By Dull

1、安装时候编辑xunsearch-ver/src index.h 可以适当调低提交数量,比如3000减少为1000 search.h 进程数量可以改高点,初始内存默认即可 search.cc 最大内存128可以改到640M 2、搜索词过滤 如果搜索词不包含任何字母数字汉字,仅仅...

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

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

...本身没有错。但希望你能附全代码,实在不行可以在 $search->search()之前或之后打印 $search->query 的值看看实际检索条件 [/quote] 按照你说的 [user_id] type = numeric index = none tokenizer = full $xs = new XS('entry'); $search = $xs->getSearch()...

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

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

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