Closed franmomu closed 1 year ago
I was trying to use strict types and some issues appeared:
active_shards_percent_as_number
float
Elastica\Multi\Search:: addSearch()
$key
int
addSearches
setSearches
I was trying to use strict types and some issues appeared:
active_shards_percent_as_number
returns afloat
according to https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html#cluster-health-api-response-bodyElastica\Multi\Search:: addSearch()
$key
parameter could be anint
if no key is specified when callingaddSearches
orsetSearches
.