setField($field); } /** * Set the field for this aggregation * @param string $field the name of the document field on which to perform this aggregation * @return ValueCount */ public function setField($field) { return $this->setParam('field', $field); } }