搜索

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

261.求提供 C 语言版的API

发布时间:2014-12-24 13:12 t By huye

本来想用 XS.php 去实现的,但是里面逻辑很多,不直观,望提供个原生的 C语言客户端

262.XSErrorException::__construct

... int 出错所在的行数 $previous Exception 源码: sdk/php/lib/XS.class.php#L134 (显示) public function __construct($code, $message, $file, $line, $previous = null){ $this->_file = $file; $this->_line = $line; if (version_compare(PHP_VERSION, '5.3.0', '>=')) { ...

263.建立索引 只有目录 目录下没有文件 咋回事呢

更新时间:2012-06-08 17:06 t By xm521ldm

...索引 只有目录 目录下没有文件 咋回事呢 /var/xunsearch/sdk/php/util/Indexer.php --source=mysql://root:root@192.168.1.700/test --sql="SELECT id, uid FROM test" --project="/var/xunsearch/sdk/php/app/person.ini" 开始批量导入数据 (请直接输入数据) ... 完成索引导入:...

264.RE: 索引到一大半的时候出错退出,有没有办法继续?

发布时间:2011-10-25 09:10 t By hpxl

...据可以分段来读取,比如每次10000条,就不会出现上面的php错误了。判断是不是某条数据是不是已经存在了,可以根据主键来判断是不是已存在,存在的跳过就可以了。例如: [php]$query = "id:1753"; $docs = $xs->search->search($query); prin...

265.XSDataSource

...atabaseDataSource, XSJsonDataSource 版本 1.0.0 源代码 sdk/php/util/XSDataSource.class.php 索引数据源抽象基类 此部分代码仅用于 indexer 工具程序 Protected 属性 隐去继承来的属性 名称类型描述定义于 arg XSDataSou...

266.XSServer::close

...是否由于 IO 错误引起的, 以免发送 quit 指令 源码: sdk/php/lib/XSServer.class.php#L198 (显示) public function close($ioerr = false){ if ($this->_sock && !($this->_flag & self::BROKEN)) { if (!$ioerr && $this->_sendBuffer !== '') { $this->write($this->_sendB...

267.用API导入索引出错

发布时间:2014-07-09 13:07 t By 诸爱恋丶bobo

Fatal error: Uncaught [XSException] ../..(2369): Failed to create home directoy of the project(S#508) thrown in F:\##\##\plugin\xunsearch\lib\XS.php on line 2369 权限已经是777了。请问是什么原因导致的

268.XSSearch::setDb

...turn} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L475 (显示) public function setDb($name){ $name = strval($name); $this->execCommand(array('cmd' => XS_CMD_SEARCH_SET_DB, 'buf' => strval($name))); $this->_lastDb = $this->_curDb; $thi...

269.RE: 能否提供个hdwiki的html的过滤器和ini文件呢?

更新时间:2012-11-28 22:11 t By chinapubmed

另类解决方法: 直接修改XSDataSource.class.php 文件最后一个函数。 public function process($data, $cs=false) { //echo "\n----- DEBUG DATA INFO -----\n"; //print_r(str_replace('--', '', $data['content'])); $data['content']=str_replace("", '', $data['content']...

270.用骨架自动生成的search.php访问没有数据是怎么回事,管理员大哥帮帮忙

发布时间:2012-12-12 17:12 t By 刚接触xs

...ssword] index = both [email] index = both 后来自己又写了个php页面打印结果是一个空数组

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