搜索

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

1.在执行demo的时候出现这个事什么原因?Undefined data source type: `test.csv'

更新时间:2014-02-24 11:02 t By 情雨轩

[root@localhost xunsearch]# util/Indexer.php --source=test.csv --clean demo 清空现有索引数据 ... 初始化数据源 ... test.csv [XSException] util/XSDataSource.class.php(49): Undefined data source type: `test.csv' #0 Indexer.php(241): XSDataSource::instance('test.csv', NULL) #1 {main}...

2.DEMO 项目错误:/usr/bin/env: php: 权限不够

更新时间:2012-08-24 11:08 t By promisingzhang

您好! 我的安装情况如下 php(版本5.2.4)安装在test用户下面(/home/test/php) xunsearch安装在test用户下面(/home/test/xunsearch) 我在安装过程中进入DEMO时候, 运行util/Indexer.php --source=csv --clean demo 提示 /usr/bin/env: php: 没有那个文...

3.RE: 在执行demo的时候出现这个事什么原因?Undefined data source type: `test.csv'

发布时间:2014-02-25 10:02 t By hightman

基本用法都 不正确 ,看看手册吧 --source=csv --file=test.csv

4.建立索引时错误

更新时间:2013-12-14 12:12 t By sundyandy

[root@localhost ~]# /data/server/php/bin/php /data/web/sftest/php/util/Indexer.php --rebuild --source=mysql://root:123456@localhost/test --sql="SELECT * FROM documents" --project=demo 开始重建索引 ... 初始化数据源 ... mysql://root:123456@localhost/test [XSException] [color=#FF0000]...

5.索引管理器

... # 导入 mysql 数据源 util/Indexer.php --source=mysql://root@localhost/test --sql="select * from tbl_post" # 导入 sqlite 数据源 util/Indexer.php --source=sqlite:///tmp/test.db --sql="select * from tbl_post" ~~~ 导入 CSV 数据 ------------- 要导入 CSV 数据库文件,必须使用 ...

6.RE: scws1.1.8为什么第一次都很慢。

更新时间:2011-10-24 00:10 t By ci169

...上测试的页面。跟官方代码一样的。 [code]http://jjabc.com/test/scws.php[/code]

7.重启xunsearch

更新时间:2012-03-27 10:03 t By bigxu

...sleep 3 res=$(get_check_per $1) echo $try_times'testing .... ' fi done try_times=5 if [[ $res == "0" ]] then ps aux |grep -E "xs-[indexd|searched]" | awk '{print $2}' |grep -v $$ |xargs -i kill -9 {} $ctl_path start ...

8.帝国CMS安装迅搜_linux系统下

发布时间:2014-08-30 22:08 t By qiuxis

...装包 cd /home wget http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2 tar -xjf xunsearch-full-latest.tar.bz2 注:在运行1这个步骤前,先打开你想下载的目标文件夹,比如我是下载在home这个文件夹里面的。如果你是第一次安装,可以 按...

9.帝国CMS安装迅搜_linux系统下

发布时间:2014-08-30 22:08 t By qiuxis

...装包 cd /home wget http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2 tar -xjf xunsearch-full-latest.tar.bz2 注:在运行1这个步骤前,先打开你想下载的目标文件夹,比如我是下载在home这个文件夹里面的。如果你是第一次安装,可以 按...

10.Xunsearch SDK for PHP

...l->pid = 321; $model->subject = 'hello world'; $model->message = 'just for testing...'; $model->save(); // 更新索引 $model = Demo::findOne(321); $model->message .= ' + updated'; $model->save(); // 添加或更新索引还支持以方法添加索引词或文本 // 这样做的目的是使得...

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