class NumericRangeSearchFacet implements JsonSerializable, SearchFacet (View source)

A facet that categorizes hits into numerical ranges (or buckets) provided by the user.

Methods

mixed
jsonSerialize()

No description

NumericSearchFacet
addRange(string $name, float $min, float $max)

No description

Details

mixed jsonSerialize()

No description

Return Value

mixed

data which can be serialized by json_encode, which is a value of any type other than a resource.

NumericSearchFacet addRange(string $name, float $min, float $max)

No description

Parameters

string $name
float $min
float $max

Return Value

NumericSearchFacet