The SolrCollapseFunction class

(PECL solr >= 2.2.0)

Introduction

Synopsis de la classe

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

Sommaire

add a note add a note

User Contributed Notes

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