搜索

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

1.Demo项目运行失败:[XSException] /XSDataSource.class.php(376): Can not open input file: ''

发布时间:2014-11-15 02:11 t By yanyun

...据源 ... csv [XSException] /XSDataSource.class.php(376): Can not open input file: '' #0 XSDataSource.class.php(35): XSCsvDataSource->init() #1 XSDataSource.class.php(51): XSDataSource->__construct('csv', NULL) #2 Indexer.php(240): XSDataSource::instance('csv', NULL) #3 {main} 请教了!

2.RE: Demo项目运行失败:[XSException] /XSDataSource.class.php(376): Can not open input file: ''

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

--clean 不要和 --source=csv 同时使用啊 --source 仅在导入数据时采用。

3.XSCsvDataSource

...= $this->arg; if (empty($file) && $this->inCli) { echo "WARNING: input file not specified, read data from \n"; $file = 'php://stdin'; } if (!($this->fd = fopen($file, 'r'))) { throw new XSException("Can not open input file: '$file'"); } $this->line = 0; ...

4.无法增加索引

发布时间:2014-10-14 19:10 t By diozhang

添加索引失败,查看indexd.log: ERROR failed to open/lock the input file (FILE:tmp/touch_db.snd, ERROR:No locks available) indexd[13366] NOTICE import exit (DB:18touch.db, FLAG:0x0000, PID:13600, EXIT:-1) 把touch_db.sn删除掉,仍然会出现这种问题,如何解决?

5.新版本SCWS-1.2.2的scws-gen-dict工具没有反向解压功能?

发布时间:2013-12-13 11:12 t By anzm2005

...format. Copyright (C)2007 by hightman. Usage: scws-gen-dict [options] [input file] [output file] -i Specified the plain text dictionary(default: dict.txt). -o Specified the output file path(default: dict.xdb) -c Specified the input charset(default: gbk) -p ...

6.XSJsonDataSource

...= $this->arg; if (empty($file) && $this->inCli) { echo "WARNING: input file not specified, read data from \n"; $file = 'php://stdin'; } if (!($this->fd = fopen($file, 'r'))) { throw new XSException("Can not open input file: '$file'"); } $this->line = 0;} ...

7.RE: 使用工具导出xdb后出错

发布时间:2011-09-22 09:09 t By lwliangma

...c2.xdb), invalid xdb format. in C:\php\xdb.class.php on lin e 180 ERROR: input file dic2.xdb maybe not a valid XDB file. C:\php>

8.RE: 填充测试数据的时候出现错误

发布时间:2011-09-20 16:09 t By tisswb

...n demo 清空现有索引数据 ... 初始化数据源 ... csv WARNING: input file not specified, read data from 开始批量导入数据 (请直接输入数据) ... 1,关于 xunsearch 的 DEMO 项目测试,项目测试是一个很有意思的行为!,1314336158 2,测试第二篇,这里是...

9.RE: 填充测试数据的时候出现错误

发布时间:2013-06-20 11:06 t By tisswb

...n demo 清空现有索引数据 ... 初始化数据源 ... csv WARNING: input file not specified, read data from 开始批量导入数据 (请直接输入数据) ... 1,关于 xunsearch 的 DEMO 项目测试,项目测试是一个很有意思的行为!,1314336158 2,测试第二篇,这里是...

10.体验 DEMO 项目

...后脚本会给出如下提示: ~~~ 初始化数据源 ... csv WARNING: input file not specified, read data from 开始批量导入数据 ... ~~~ 然后我们测试输入下面三条数据,最后一条数据打完后必须敲入回车,然后按 `Ctrl-D` 结束操作。 > note: 在 Windows ...

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