Facet (JSON)
Properties
Name |
Type |
Description |
|
displayName |
string
|
Get the localized name of this facet |
|
displayCount |
string
|
Get the localized count of this facet. |
|
params |
string
|
Get the API parameters used to filter at this facet level. |
|
count |
number
|
Get the count numeric count of this facet. |
|
facets |
array of
Facet
|
Get the facets nested inside this facet. |
|
Example
{
"displayName" : "...",
"displayCount" : "...",
"params" : "...",
"count" : 12345,
"facets" : [ {
"displayName" : "...",
"displayCount" : "...",
"params" : "...",
"count" : 12345,
"facets" : [ { }, { } ]
}, {
"displayName" : "...",
"displayCount" : "...",
"params" : "...",
"count" : 12345,
"facets" : [ { }, { } ]
} ]
}