Click or drag to resize

FacetGroupResult Class

The Class FacetGroupResult represents query result for a facet group
Inheritance Hierarchy
SystemObject
  Dynamicweb.Indexing.Querying.FacetingFacetGroupResult

Namespace:  Dynamicweb.Indexing.Querying.Faceting
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public class FacetGroupResult

The FacetGroupResult type exposes the following members.

Constructors
  NameDescription
Public methodFacetGroupResult
Initialize new instance of facet group result
Top
Properties
  NameDescription
Public propertyFacetGroupName
Gets or sets name of related facet group
Top
Methods
  NameDescription
Public methodAddFacetResult
Adds the facet result to the list of facet results for the given facet name.
Public methodContainsFacetResults
Determines whether a set of facet results exist for the specified facet name.
Public methodGetFacetResults
Gets the facet results.
Public methodGetMaxValue
Gets the maximum value for the given facet name.
Public methodGetMinValue
Gets the minimum value for the given facet name.
Public methodSetMaxValue
Sets the maximum value for the given facet name.
Public methodSetMinValue
Sets the minimum value for the given facet name.
Top
See Also