搜索

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

341.mysql导入数据配置文件里的字段要和数据库里的一样吗?

发布时间:2011-10-28 10:10 t By mengfanchao

... - Missing value of primarky key (FIELD:pid) #0 /usr/local/xunsearch/sdk/php/util/Indexer.php(195): XSIndex->update(Object(XSDocument)) sql语句: sql="select c.contentid,c.status,b.contentid from phpcms_content c,phpcms_c_news b where c.contentid=b.contentid and c.status=99" 配置...

342.xunsearch是否支持Geodist搜素?

发布时间:2012-06-12 21:06 t By cevin

...atRange('@geodist', 0.0, $circle); $result = $cl->Query('', 'explorer');[/php] xunsearch如何才能使用呢?或者xunsearch支持geodist搜素么?

343.体验 DEMO 项目

...-8 环境,如果您使用的是 GBK > 编码环境,请在运行所有 `php` 脚本时加入 `-c gbk` 参数。 查看项目配置文件 -------------- 每一个 `xunsearch` 搜索项目都有一个独立的 INI 配置文件。DEMO 项目的配置文件 位于 `$prefix/sdk/php/app/demo.ini` ...

344.RE: 英文模糊搜索问题

发布时间:2013-07-31 15:07 t By homingway

...个汉字为单位。 最后贴出我的代码给有需要的人: [php] class XSTokenizerUnary implements XSTokenizer { private $length = 1; // 默认切分长度 public function __construct($arg = null){ if ($arg !== null && $arg !== '') $this->length = $arg; } public fun...

345.XSIndex::addExdata

...eturn} XSIndex 返回自身对象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L253 (显示) public function addExdata($data, $check_file = true){ if (strlen($data) < 255 && $check_file && file_exists($data) && ($data = file_get_contents($data)) === false) { ...

346.搜索总是不准确

发布时间:2012-02-29 08:02 t By jatwxf

... 但使用xunsearch搜索出来的结果 http://www.5ucom.com/so/index.php?q=质量管理+报告&f=subject 使用百度搜索出来的结果 http://www.baidu.com/s?q1=%D6%CA%C1%BF%B9%DC%C0%ED+%B1%A8%B8%E6&q2=&q3=&q4=&rn=10&lm=0&ct=0&ft=&q5=&q6=www.5ucom.com&tn=baiduadv 结果比较,...

347.SQL 导入错误,请问管理同学 sql 导入不支持 DATE_FORMAT(a.inputtime , '%Y%m%d' ) 函数??

更新时间:2012-03-19 23:03 t By a7262619

[php]root@localhost ~]# Indexer.php --source=mysql://xxx@localhost/phpcms --sql="SELECT a.id,a.title,a.url,a.catid,FROM_UNIXTIME (inputtime,'%Y%m%d' ) as inputtime,ad.content,c.catname,c.url as caturl FROM v9_dede_article AS a LEFT JOIN v9_dede_article_data as ad on a.id=ad.id LEFT JOIN v9_categ...

348.同义词搜索

...操作对像,参见[如何开始使用索引?](index.overview#ch1) ~~~ [php] // 给 "搜索" 增加 "检索" "查找" 两个同义词 $index->addSynonym('搜索', '检索'); $index->addSynonym('搜索', '查找'); // 给 "Hello world" 增加同义词 "你好" $index->addSynonym('hello world', '...

349.www.adminlink.net.cn上的xunsearch案例

更新时间:2011-12-08 12:12 t By adminlink

...饰关键词链接到了 [url]http://www.adminlink.net.cn/websearch/search.php?q=%E6%9C%8D%E9%A5%B0[/url] 页面。 整个的搜索页在 [url]http://www.adminlink.net.cn/websearch/search.php[/url] 库内数据总量为 151,105 项。 (搜索耗时:0.0157秒)速度确实很不错。十几万...

350.项目配置文件详解

...于 Xapian、scws 的全文检索解决方案 *[discuz]: Discuz - 采用 PHP/MySQL 开发的 web 论坛软件 $Id$

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