第一个参数是网址:比如, http://www.xunsearch.com/site/search?q=demo 老个参数是这个页面应该包含的文字,比如: RE 第三个参数是 xs-ctl.sh的位置 第是个参数是重启记录比如 /var/log/xu_xs.log
[attachment=51][attachment=52]http://www.xunsearch.com/doc/php/guide/start.demo[img]C:\Users\illow\Desktop\桌面图纸.jpg[/img][/img]:\Users\illow\Desktop\截图.jpg[/img]
...] 即可。 ~~~ [php] require '$prefix/sdk/php/lib/XS.php'; $xs = new XS('demo'); $index = $xs->index; // 索引对象来自 XS 的属性 ~~~ 关于索引对象的详细用法剖析请阅读后面的专题。 $Id$
EN,自己把js下载为本地吧,往后会考虑把 demo 中的 js 改为 xunsearch 官方服务器提供或国内的其它免费 cdn.
建议看这里:[url]http://www.xunsearch.com/doc/php/guide/start.demo[/url]
...chd: worker[3] [root@server67 php]# util/Indexer.php --source=csv --clean demo 清空现有索引数据 ... 初始化数据源 ... csv WARNING: input file not specified, read data from 开始批量导入数据 (请直接输入数据) ... 1,关于 xunsearch 的 DEMO 项目测试,项目测试...
require_once 'xunsearch/lib/XS.php'; $xs = new XS('demo'); var_dump($xs); //到这里是正常的 $doc = new MyDocument; // Class 'MyDocument' not found 肯定没有这个类啊 我该怎么操作呢
...://www.ftphp.com/scws[/url] 项目演示:[url=http://www.ftphp.com/scws/demo/v4.php]http://www.ftphp.com/scws/demo/v4.php[/url](含自定词汇功能) TF/IDF简易查询计算器:[url=http://www.ftphp.com/scws/demo/get_tfidf.php]http://www.ftphp.com/scws/demo/get_tfidf.php [/url](用于新...
http://www.ftphp.com/scws/demo/v4.php 在这可以查分词结果 用附带的工具 util/Quest.php 加上 --show-query 可以看实际拆分的语句,这样你就明了了。
RT,小弟对原理很是好奇,不知道是怎么算出来。地址如下: http://www.ftphp.com/scws/demo/a.php