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: 10.8.0Syntax
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.  |