Elastica\Query\Percolate::setField PHP Метод

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

The field of type percolator and that holds the indexed queries. This is a required parameter.
public setField ( $field )
$field
    public function setField($field)
    {
        return $this->setParam('field', $field);
    }