搜索

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

51.XSFieldMeta::isNumeric

isNumeric() 方法 public bool isNumeric() {return} bool 是返回 true, 不是返回 false 源码: sdk/php/lib/XSFieldScheme.class.php#L357 (显示) public function isNumeric(){ return ($this->type == self::TYPE_NUMERIC);} 判断当前字段是否为数字型

52.XSFieldMeta::withPos

..., 不是返回 false 源码: sdk/php/lib/XSFieldScheme.class.php#L335 (显示) public function withPos(){ return ($this->flag & self::FLAG_WITH_POSITION) ? true : false;} 判断当前字段索引是否支持短语搜索

53.XSFieldScheme::getAllFields

getAllFields() 方法 public XSFieldMeta[] getAllFields() {return} XSFieldMeta[] 源码: sdk/php/lib/XSFieldScheme.class.php#L117 (显示) public function getAllFields(){ return $this->_fields;} 获取项目所有字段结构设置

54.XSFieldScheme::getIterator

getIterator() 方法 public void getIterator() 源码: sdk/php/lib/XSFieldScheme.class.php#L189 (显示) public function getIterator(){ return new ArrayIterator($this->_fields);} IteratorAggregate 接口, 以支持 foreach 遍历访问所有字段

55.XSFieldScheme::getVnoMap

getVnoMap() 方法 public array getVnoMap() {return} array vno为键, 字段名为值的数组 源码: sdk/php/lib/XSFieldScheme.class.php#L126 (显示) public function getVnoMap(){ return $this->_vnoMap;} 获取所有字段的vno与名称映映射关系

56.XSIndex::close

close() 方法 public void close($ioerr=false) $ioerr 源码: sdk/php/lib/XSIndex.class.php#L504 (显示) public function close($ioerr = false){ $this->closeBuffer(); parent::close($ioerr);} 关闭索引服务端连接

57.XSIndex::closeBuffer

...象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L378 (显示) public function closeBuffer(){ return $this->openBuffer(0);} 提交所有指令并关闭缓冲区 若未曾打开缓冲区, 调用本方法是无意义的

58.XSSearch::getLastCount

getLastCount() 方法 public int getLastCount() {return} int 匹配数据量, 如从未搜索则返回 false 源码: sdk/php/lib/XSSearch.class.php#L650 (显示) public function getLastCount(){ return $this->_lastCount;} 获取最近那次搜索的匹配总数估值

59.XSSearch::markResetScheme

markResetScheme() 方法 public void markResetScheme() 源码: sdk/php/lib/XSSearch.class.php#L504 (显示) public function markResetScheme(){ $this->_resetScheme = true;} 标记字段方案重置

60.XSServer::__destruct

__destruct() 方法 public void __destruct() 源码: sdk/php/lib/XSServer.class.php#L154 (显示) public function __destruct(){ $this->xs = null; $this->close();} 析构函数, 关闭连接

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