Elastica\Type\Mapping::setAllField PHP Method

setAllField() public method

Sets params for the "_all" field.
public setAllField ( array $params )
$params array _all Params (enabled, store, term_vector, analyzer)
    public function setAllField(array $params)
    {
        return $this->setParam('_all', $params);
    }