搜索

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

201.RE: 在cygwin里编译最后出现问题了,怎么办呀

发布时间:2013-05-10 10:05 t By hightman

看这个贴子 [url]http://bbs.xunsearch.com/showthread.php?tid=1650[/url]

202.RE: 建议用户能设置数字不分词

更新时间:2013-06-18 14:06 t By hightman

...定义分词器来补充。。。 将你的词复制到 [url]http://www.xunsearch.com/scws/demo/v4.php[/url] 进行实测,分割结果为: E14188m E14188 14188 14188m 那么搜索以上4个词都是可以搜索到的,至于你从中提取 e1418 来检索,那是很难有合适的策略去...

203.RE: 有没有简洁的php演示搜索代码

发布时间:2011-10-23 20:10 t By ci169

...orException] /search.php(5): Undefined index: key(8) thrown in /home/boyce/xunsearch/sdk/php/lib/XS.php on line 469 [/quote] 你是不是用的旧版本,这是因为变量使用不严谨导致的,建议在搜索 代码开头用 error_reporting(E_ALL ^ E_NOTICE) 屏蔽NOTICE级的错误 。...

204.RE: 建议能否增加一个检索过滤接口 SetFilter

发布时间:2012-02-27 10:02 t By hightman

其实在 xunsearch 的世界里,你的情况完全可以这样作。。。。 假设分类字段 catalog ID为 A 下的子分类为 AA,AB,AC ... 那么你给子分类的数据建索引时,加入索引词 A,通过 XSDocument::addTerm 实现。 那么将来搜索 catalog:A 就相当于包...

205.[bug] 修正 util.Quest 在指定为非 UTF-8 编码时引起中文乱码的问题

发布时间:2011-11-16 18:11 t By hightman

...务端应统一使用 UTF-8 即可。 [url]https://github.com/hightman/xunsearch/commit/b02faaf4a5dbf9e85153782d2c5d5cf6b477259a#diff-1[/url]

206.RE: 我想使用系统自动的分词功能,可是只看到有接口

发布时间:2011-11-28 11:11 t By hightman

对只要编译一下 scws 扩展就可以了。在 xunsearch-full-xxx 下面有 scws-1.1.8/phpext 在此目录下 phpize ./configure make && make install 即可,以上步骤根据不同用户权限略有不同。

207.RE: 我有10多万条用户搜索记录,导入到日志中,有什么用

发布时间:2012-02-20 16:02 t By hightman

如果是xunsearch搜索日志你不需要手动导入,它已经自动处理过了。 外部来的可以导,手册很明确指出搜索日志用于拼音建议、相关搜索。至于你所谓的精准度,似乎毫无关系

208.RE: 求助:Indexer.php执行不了

更新时间:2012-12-11 11:12 t By gdtv

...坛里问下。 [code][root@a107 ~]# /usr/local/php/bin/php /usr/local/xunsearch/sdk/php/util/Indexer.php --project=xxx –-source=mysql://xxx:xxx@localhost/xxx --sql="select ID,post_title,post_content,UNIX_TIMESTAMP(post_date) as post_time from wp_posts where (post_status='publish' or post_statu...

209.RE: 索引文件还在,但是无法正常检索,只能检索最新的数据

发布时间:2014-06-17 11:06 t By hightman

xunsearch/bin/xapian-check xapian-inspect 这几个工具可以检查一下数据库,看看是不是坏了。 还有你可以试试用命令行的 util/Quest.php --db=db_a,db 这样强制指定DB库来测试一下呢?

210.[bug] 修正 util.Indexer 采用 PDO_MySQL 数据源时有时会乱码的问题

发布时间:2011-11-27 10:11 t By hightman

...ource.class.php 详见补丁文件: [url]https://github.com/hightman/xunsearch/commit/eddb1b5f4d7a7f8fb8f82f3675e97640a9d4ed83[/url]

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