interface DateRangeFacetResult (View source)

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

Methods

string
name()

No description

string|null
start()

No description

string|null
end()

No description

int
count()

No description

Details

string name()

No description

Return Value

string

string|null start()

No description

Return Value

string|null

string|null end()

No description

Return Value

string|null

int count()

No description

Return Value

int