PHP 8.4.0 RC4 available for testing

The SolrCollapseFunction class

(PECL solr >= 2.2.0)

简介

类摘要

class SolrCollapseFunction {
/* 常量 */
const string NULLPOLICY_IGNORE = ignore;
const string NULLPOLICY_EXPAND = expand;
const string NULLPOLICY_COLLAPSE = collapse;
/* 方法 */
public __construct(string $field = ?)
public getField(): string
public getHint(): string
public getMax(): string
public getMin(): string
public getSize(): int
public __toString(): string
}

目录

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top