| ||
detail: element | attribute | value |
XML Example:<FacetValue> zero or N[<children>FacetValue</children>] <filter>AttributeFilter</filter> <matches>xsd:int</matches> <name>xsd:string</name> <selectedRange>DoubleRange</selectedRange> <selectedValue>xsd:string</selectedValue> </FacetValue> | JSON Example:{ "children": [FacetValue], "filter": AttributeFilter, "matches": Number, "name": String, "selectedRange": DoubleRange, "selectedValue": String, } |
Name | Type | Required | Nillable | Default Value | Description |
---|---|---|---|---|---|
children | zero or N[FacetValue] | false | false | A hierarchical structure of facet-values is currently only possible for categories. | |
filter | AttributeFilter | false | false | The object that has to be used in the SearchParams to filter for this attribute-value. | |
matches | xsd:int | false | false | The number of search-results that would be obtained by filtering for this attribute-value in the context of current search-request. | |
name | xsd:string | false | false | The localised name of the attribute-value. | |
selectedRange | DoubleRange | false | false | The attribute-range selected by the user. | |
selectedValue | xsd:string | false | false | The attribute-value selected by the user. |
| ||
detail: element | attribute | value |