PHP Класс Elastica\Aggregation\GeoCentroid

Наследование: extends AbstractAggregation
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $name, string $field )
setField ( string $field ) Set the field for this aggregation.

Описание методов

__construct() публичный Метод

public __construct ( string $name, string $field )
$name string the name of this aggregation
$field string the field on which to perform this aggregation

setField() публичный Метод

Set the field for this aggregation.
public setField ( string $field )
$field string the name of the document field on which to perform this aggregation