Facet (XML)
Namespace: | http://familysearch.org/v1/ |
URI: | http://familysearch.org/v1/Facet |
Properties
Name |
Type |
Description |
|
count |
long
|
Get the count numeric count of this facet. |
|
displayCount |
string
|
Get the localized count of this facet. |
|
displayName |
string
|
Get the localized name of this facet |
|
facets |
list of
Facet
|
Get the facets nested inside this facet. |
|
params |
string
|
Get the API parameters used to filter at this facet level. |
|
Example
<facet xmlns="http://familysearch.org/v1/">
<count>...</count>
<displayCount>...</displayCount>
<displayName>...</displayName>
<facets/>
<params>...</params>
</facet>