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 ISearchFacet

Represent one search facet, which is a result of the search with a count of how many results this search will generate.

Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 13.30.0
Syntax
public interface ISearchFacet

Properties

Count

Gets the count.

Declaration
int Count { get; }
Property Value
Type Description
System.Int32

The count.

Group

Gets the group.

Declaration
ISearchFacetGroup Group { get; }
Property Value
Type Description
ISearchFacetGroup

The group.

Key

Gets the key.

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

The key.

Name

Gets the name.

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

The name.