The SolrCollapseFunction class

(PECL solr >= 2.2.0)

Introduzione

Sommario della classe

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

Indice dei contenuti

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top