$_name
$_name : string
Class IpRange.
This function can be used to handle params for queries, filter
addAggregation(\Elastica\Aggregation\AbstractAggregation $aggregation) : $this
Add a sub-aggregation.
\Elastica\Aggregation\AbstractAggregation | $aggregation |
addRange(string $fromValue = null, string $toValue = null) : $this
Add an ip range to this aggregation.
string | $fromValue | a valid ipv4 address. Low end of this range, exclusive (greater than) |
string | $toValue | a valid ipv4 address. High end of this range, exclusive (less than) |