Documentation

NumericRangeFacetResult

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()  : int|float|null
min()  : int|float|null
name()  : string

Methods

count()

public count() : int
Return values
int

max()

public max() : int|float|null
Return values
int|float|null

min()

public min() : int|float|null
Return values
int|float|null

name()

public name() : string
Return values
string

Search results