Documentation

DateRangeFacetResult

A range (or bucket) for a date 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
end()  : string|null
name()  : string
start()  : string|null

Methods

count()

public count() : int
Return values
int

end()

public end() : string|null
Return values
string|null

name()

public name() : string
Return values
string

start()

public start() : string|null
Return values
string|null

Search results