搜索

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

311.XSFieldScheme::checkValid

...{return} bool 有效返回 true, 无效则返回 false 源码: sdk/php/lib/XSFieldScheme.class.php#L175 (显示) public function checkValid($throw = false){ if (!isset($this->_typeMap[XSFieldMeta::TYPE_ID])) { if ($throw) { throw new XSException('Missing field of type I...

312.RE: 平滑重建索引,提示 "DB has been rebuilding" 就退出了, 原因已经明确。 在此更新测试信息。

更新时间:2012-08-08 22:08 t By ghxter

...败 0 条 [/code] 搜索结果与时间: [code] [root@~ util]# php /data/xunsearch/sdk/php/util/Quest.php db_product 21世纪高职高专财经类系列教材 在 2,005,593 条数据中,大约有 23 条包含 21世纪高职高专财经类系列教材 ,第 1-10 条,用时:0.0121 ...

313.XSServer::open

...数, 支持: <端口号|host:port|本地套接字路径> 源码: sdk/php/lib/XSServer.class.php#L165 (显示) public function open($conn){ $this->close(); $this->_conn = $conn; $this->_flag = self::BROKEN; $this->_sendBuffer = ''; $this->_project = null; $this->connect(); $...

314.XSSearch::addWeight

...turn} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L386 (显示) public function addWeight($field, $term, $weight = 1){ return $this->addQueryTerm($field, $term, XS_CMD_QUERY_OP_AND_MAYBE, $weight);} 添加权重索引词 无论是否包含...

315.报错json_last_error() debug不可用

发布时间:2013-07-19 16:07 t By tboy

./Indexer.php --rebuild --filete=XSXyzFilter --source=json --file=http://www.domain.com/getjson.aspx?t=1 --project=demo 开始重建索引 ... 初始化数据源 ... json 开始批量导入数据 (http://www.domain.com/getjson.aspx?t=1) ... PHP Fatal error: Call to undefined function js...

316.XSUtil::toProjectIni

... {return} string 有效的 ini 配置文件路径 源码: sdk/php/util/XSUtil.class.php#L29 (显示) public static function toProjectIni($project){ if (!is_file($project)) { $appRoot = getenv('XS_APP_ROOT'); if ($appRoot === false) { $appRoot = defined('XS_AP...

317.XSCsvDataSource::getDataList

getDataList() 方法 protected void getDataList() 源码: sdk/php/util/XSDataSource.class.php#L392 (显示) protected function getDataList(){ if (($item = fgetcsv($this->fd, 0, $this->delim)) === false) { if ($this->inCli) { echo "INFO: reach end of file or error occ...

318.XSDatabasePgSQL::query

... string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L582 (显示) public function query($query){ //echo "[DEBUG] SQL: $sql\n"; $res = pg_query($this->link, $query); if ($res === false) { throw new XSException('PgSQL ERROR: ' . p...

319.XSSearch::setLimit

...turn} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L461 (显示) public function setLimit($limit, $offset = 0){ $this->_limit = intval($limit); $this->_offset = intval($offset); return $this;} 设置搜索结果的数量和偏移 用...

320.搜索条件可以使数组吗?

发布时间:2012-05-25 17:05 t By latsu

...触迅搜. 不知道能不能接受 多字段搜索呢? 我的方法: [php] public function getShopRows($array = array()){ Yii::import('application.vendors.sdk.php.lib.XS'); $xs = new XS('shop'); $query = "regionId:".$array['regionId']; //return $query;exit; ...

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