Preparing search index...
The search index is not available
@bloomreach/discovery-web-sdk
@bloomreach/discovery-web-sdk
SearchResponseFacetCountsFacetsStatsFacet
Interface SearchResponseFacetCountsFacetsStatsFacet
Facet V3: Represents the stats facet in the search response.
interface
SearchResponseFacetCountsFacetsStatsFacet
{
name
:
string
;
type
:
"number_stats"
;
value
:
{
count
:
number
;
end
:
number
;
start
:
number
;
}
;
}
Index
Properties
name
type
value
Properties
name
name
:
string
type
type
:
"number_stats"
value
value
:
{
count
:
number
;
end
:
number
;
start
:
number
;
}
Type declaration
count
:
number
end
:
number
start
:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
name
type
value
@bloomreach/discovery-web-sdk
Loading...
Facet V3: Represents the stats facet in the search response.