Class: NumericFacet

NumericFacet

<private> new NumericFacet()

Represents a Couchbase Search numeric facet.

Methods

addRange(name, start, end) → {NumericFacet}

Adds a numeric range to this numeric facet.

Parameters:
Name Type Description
name string
start number
end number
Returns:
Type
NumericFacet