| ||
detail: element | attribute | value |
XML Example:<AttributeFilter> <attributeRange>DoubleRange</attributeRange> <attributeValue>xsd:string</attributeValue> <fieldName>xsd:string</fieldName> </AttributeFilter> | JSON Example:{ "attributeRange": DoubleRange, "attributeValue": String, "fieldName": String, } |
Name | Type | Required | Nillable | Default Value | Description |
---|---|---|---|---|---|
attributeRange | DoubleRange | false | false | Has to be specified if the attribute is numeric. | |
attributeValue | xsd:string | false | false | Has to be specified if the attribute is not numeric. | |
fieldName | xsd:string | true | false | The solr-fieldname of the attribute which is used for filtering. |
| ||
detail: element | attribute | value |