Search facet value response
Search facet value response¶
Property name | Type | Description |
---|---|---|
facetType | string | type of facet query result. Possible values: ["value", "range"] |
filterType | string | filter type which could be used for building correct odata filters. Possible values: ["object", "collection"] |
valueType | string | type of value property. Could be used for building correct odata filters. Possible values: ["string", "integer", "number"] |
from | object | from value for filter range |
to | object | to value for filter range |
value | object | value of facet |
count | Nullable(long) | |
query | string | contains string which could be used as facet filter value |
AdditionalType | string | loaded from the facet-values-vertex like the “name” below |
Additional properties¶
categoryTree facet¶
Property name | Type | Description |
---|---|---|
name | string | represents the name of category |
namePlural | string | represent the plural name of category |
combinedTypeTree facet¶
Property name | Type | Description |
---|---|---|
name | string | represents the name of combinedType |
containedInPlace/id¶
Property name | Type | Description |
---|---|---|
name | string | represents the name of place |
tag¶
Property name | Type | Description |
---|---|---|
name | string | represents the name of tag |
other facets¶
Property name | Type | Description |
---|---|---|
name | string | contains the copy of the value property |