Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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