...名称(string) 或字段序号(vno, int) $throw bool 当字段不存在时是否抛出异常, 默认为 true {return} XSFieldMeta 字段元数据对象, 若不存在则返回 false 源码: sdk/php/lib/XSFieldScheme.class.php#L93 (显示) public function getField($name, $throw = ...
...新数据的时候同步更新新添加的数据ID到crontab表 可能存在的问题是种种原因添加新数据到搜索库失败,这时候产生bool=1的僵死数据,可执行 [code]update `crontab` set `bool`=0 where `bool`=1;[/code] crond.php代码如下: [php]
... {return} array 返回由值和计数组成的关联数组, 若不存在或未曾登记过则返回空数组 源码: sdk/php/lib/XSSearch.class.php#L427 (显示) public function getFacets($field = null){ if ($field === null) { return $this->_facets; } return isset($this-...