Facet (JSON)

URI:Facet

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" : [ { }, { } ]
  } ]
}

變更語言

意見回饋

傳送中……

意見回饋已傳送。

無法傳送意見回饋。5秒鐘後重試。