...
- Expand the "Search index" drop-down list under the template property.
Select the facet definition for the property. The options are:
Option | Description |
---|
Disabled | The property is not used as a search facet and no Solr document field is created. |
Unique without facet | Creates a |
unique search term for this Solr document field for the property but no facet. |
Unique with facet | Creates |
a unique search term and facet for this an Advanced Search facet and a Solr document field for the property. Values of this property will always be shown as a unique facet in Advanced search and it will not contain values of other properties from other templates, |
Combined without facet | Creates a |
combined search term for this property if Solr document field for the property but no facet. If another property in another template has the same identifier and its search facet is also set to "Combined without facet". |
The the values of these properties will be shown in a single, combined, facet when the above circumstance is met. |
Combined with facet | Creates |
a combined facet for this property if an Advanced Search facet and a Solr document field for the property. Iif another property in another template has the same identifier and its search facet is also set to "Combined with facet" |
. The , the values of these properties will be searchable as a single, combined term when the above circumstance is met. |
...