首先导入数据里必须包含新添加的字段,然后如果是SDK放在了其他服务器的话,/sdk/php/app/demo.ini里面也要加上新增字段
我把机器自带的PHP5.1删除了。然后用源代码的形式安装了5.3的php ,然后再安装xunsearch ,成功后在运行 sdk/php/util/RequiredCheck.php 结果出现提示: /usr/bin/env: php: 没有那个文件或目录 这是怎么回事?
...,我将过滤器做了以下处理: 1,放在/usr/local/xunsearch/sdk/php/lib/下面,并且赋予755权限; 2,运行命令util/Indexer.php --rebuild --source=mysql://隐藏 --sql="select did, tag, title, content from wiki_doc" --filter=/usr/local/xunsearch/sdk/php/lib/MyBlogFilter --proj...
1.安装xunsearch,参见文档:http://www.xunsearch.com/doc/php/guide/start.installation,这里不必多说 2.启动xunsearch $prefix/bin/xs-ctl.sh start,即可启动xunsearch 3.构建项目:首先参考文档:http://www.xunsearch.com/doc/php/guide/ini.guide 文档中说明了项目...
按照http://www.xunsearch.com/doc/php/guide/start.demo的指导, [code]cd $prefix/sdk/php util/Indexer.php --source=csv --clean demo[/code] 提示如下: /usr/bin/env: php: No such file or directory 请问是什么原因?
为配置文件 [php] project.name = myblog project.default_charset = utf-8 server.index = 8383 server.search = 8384 [ID] type = id phrase = yes [author] index = self [post_content] type = body [post_title] type = title [post_date] type = numeric index = self [category]...
[quote='fg0711' pid='187' dateline='1321069065'] 我把机器自带的PHP5.1删除了。然后用源代码的形式安装了5.3的php ,然后再安装xunsearch ,成功后在运行 sdk/php/util/RequiredCheck.php 结果出现提示: /usr/bin/env: php: 没有那个文件或目录 这是...
...d autoload(string $name) $name string 类的名称 源码: sdk/php/lib/XS.class.php#L533 (显示) public static function autoload($name){ $file = XS_LIB_ROOT . '/' . $name . '.class.php'; if (file_exists($file)) { require_once $file; }} 智能加载类库文件 要...
根据http://www.xunsearch.com/doc/php/guide/start.demo 的内容测试,反馈如下的信息。 --------------------------------------------------------------- # sdk/php/util/Quest.php demo DEMO 在 3 条数据中,大约有 0 条包含 DEMO ,第 0-0 条,用时:0.0021 秒。 --------...
在使用/demo/search.php 搜索的时候,出现的。权限需要怎么解决? 错误:[XSException] ../../../../usr/local/xunsearch/sdk/php/lib/XS.php(2481): Permission denied(C#13, localhost:8384)