FacetFilter Class Properties

In this section, the FacetFilter class properties are presented in alphabetical order.

Description

Use this property to set or return the association value for this facet as a string. The association value is used to select the first level of associated facets.

This property is read/write.

Description

Use this property to set or return the long description for the facet as a string. This description appears as the label for the facet in the user interface.

This property is read/write.

Description

Use this property to set or return the name of the facet as a string.

This property is read/write.

Description

Use this property to set or return the value for facet as a path string.

This property is read/write.

Example

The Path property is implicitly set to the value of the Path parameter supplied in the constructor for the FacetFilter class. In this example, the Path property is set to USA/CA:

&facetFilter = create PT_SEARCH:FacetFilter("LOCATION","USA/CA")

However, the Path property can also be explicitly set as in the following example:

&facetFilter.Path = "USA/CO/Denver";