Faceted Navigation Configuration Properties
When configuring a faceted tree in the content repository, the following configuration properties are available. Each property name and each extra option links to the page where it is described
Property Name | Property Type | Multi-Valued | Required | Default Value | Extra Options | Description |
---|---|---|---|---|---|---|
hippo:docbase | String | no | yes | UUID or comma-separated list of UUIDs of source folder(s) for faceted navigation. | ||
hippofacnav:facets | String | yes | yes | Names of document properties to use as facets. | ||
hippofacnav:factetnodenames | String | yes | no | Pretty names for the facets. Number and order of values must match those of hippofacnav:facets. | ||
hippofacnav:limit | Long | no | no | 1000 | Limits the number of results in the result set. | |
hippofacnav:sortby | String | yes | no | Names of document properties to sort the results by. | ||
hippofacnav:sortorder | String | yes | no | ascending | Sort order (ascending or descending) for each property used to sorty by. Number and order of values must match those of hippofacnav:sortby. | |
hippofacnav:sortfunction | String | yes | no | Sort function (lower-case or normalize) to use for each property used to sort by. Number and order of values must match those of hippofacnav:sortby. | ||
String | yes | no | Filters expressed as Lucene query or XPath constraints. |