NumericRangeFacetResult
in package
A range (or bucket) for a numeric range facet result. Counts the number of matches that fall into the named range (which can overlap with other user-defined ranges).
Table of Contents
- $count : int
- $max : mixed
- $min : mixed
- $name : string
- count() : int
- max() : int|float|null
- min() : int|float|null
- name() : string
Properties
$count
private
int
$count
$max
private
mixed
$max
$min
private
mixed
$min
$name
private
string
$name
Methods
count()
public
count() : int
Tags
Return values
int —max()
public
max() : int|float|null
Return values
int|float|null —min()
public
min() : int|float|null
Tags
Return values
int|float|null —name()
public
name() : string