Class FacetGroup
- Namespace
- Dynamicweb.Indexing.Querying.Faceting
- Assembly
- Dynamicweb.Core.dll
The Class FacetGroup represents group of facets
public class FacetGroup : IFacetGroup
- Inheritance
-
FacetGroup
- Implements
- Inherited Members
Constructors
FacetGroup()
Initializes new instance of facet group
public FacetGroup()
Properties
Description
Gets or sets description
public string Description { get; set; }
Property Value
FieldsTermsCount
Gets or sets facets field terms count
public IDictionary<string, int> FieldsTermsCount { get; set; }
Property Value
FileName
Gets or sets facet group file name
public string? FileName { get; set; }
Property Value
Items
Gets or sets containing facets
public IEnumerable<Facet> Items { get; set; }
Property Value
Meta
Gets or sets meta information
public IDictionary<string, string> Meta { get; set; }
Property Value
Name
Gets or sets facet group name
public string Name { get; set; }
Property Value
Settings
Gets or sets settings collection
public IDictionary<string, string> Settings { get; set; }
Property Value
Source
Gets or sets facet group source
public FacetSource Source { get; set; }