A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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.