SaaS CMS has officially launched! Learn more now.

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: 11.8.3
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.