Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface ISearchFacetGroup

Represents the group of search facets.

Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 14.26.0
Syntax
public interface ISearchFacetGroup

Properties

Facets

Gets the facets.

Declaration
IList<ISearchFacet> Facets { get; }
Property Value
Type Description
System.Collections.Generic.IList<ISearchFacet>

The facets.

FieldName

Gets the name of the field.

Declaration
string FieldName { get; }
Property Value
Type Description
System.String

The name of the field.

Name

Gets the name.

Declaration
string Name { get; }
Property Value
Type Description
System.String

The name.