DateRangeFacetResult
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
string|null
start()
No description
string|null
end()
No description
int
count()
No description