London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface ISearchFacetGroup

Represents the group of search facets.

Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 13.30.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.