FacetNode Class Properties

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

Description

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

This property is read-write.

Description

Use this property to set or return an integer representing the number of documents that would be returned if this facet node were selected as a search filter.

This property is read-write.

Description

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

This property is read-write.

The FacetName, FacetValue, and DisplayValue are all closely related. For example, consider the following facet filter: FacetFilter("LOCATION","USA"). These properties would have the following values:

  • FacetName: LOCATION

  • FacetValue: USA

  • DisplayValue: United States

Description

Use this property to set or return a Boolean value indicating whether this facet node has children.

This property is read-write.