The property ONGR\ElasticsearchBundle...ng\IndexSettings::$type has been deprecated with message: will be removed in the v7
This property has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the property will be
removed from the class and what other property to use instead.
Loading history...
40
}
41
42
public function setType(string $type): IndexSettings
The property ONGR\ElasticsearchBundle...ng\IndexSettings::$type has been deprecated with message: will be removed in the v7
This property has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the property will be
removed from the class and what other property to use instead.
Loading history...
45
return $this;
46
}
47
48
public function getAlias(): string
49
{
50
return $this->alias;
51
}
52
53
public function setAlias(string $alias): IndexSettings
54
{
55
$this->alias = $alias;
56
return $this;
57
}
58
59
public function getHosts(): array
60
{
61
return $this->hosts;
62
}
63
64
public function setHosts(array $hosts): IndexSettings
This property has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the property will be removed from the class and what other property to use instead.