interface NumericRangeFacetResult (View source)

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).

Methods

string
name()

No description

int|float|null
min()

No description

int|float|null
max()

No description

int
count()

No description

Details

string name()

No description

Return Value

string

int|float|null min()

No description

Return Value

int|float|null

int|float|null max()

No description

Return Value

int|float|null

int count()

No description

Return Value

int