Lines Matching refs:field
14 * @param string $field the field on which to perform this aggregation
16 public function __construct(string $name, string $field)
19 $this->setField($field);
23 * Set the field for this aggregation.
25 * @param string $field the name of the document field on which to perform this aggregation
29 public function setField(string $field): self
31 return $this->setParam('field', $field);