Table of Contents

Interface IFacetResult

Namespace
Examine.Search
Assembly
Examine.Core.dll

Represents a facet results consisting of IFacetValue

public interface IFacetResult : IEnumerable<IFacetValue>, IEnumerable
Inherited Members

Methods

Facet(string)

Gets the facet for a label

IFacetValue? Facet(string label)

Parameters

label string

Returns

IFacetValue

TryGetFacet(string, out IFacetValue?)

Trys to get a facet value for a label

bool TryGetFacet(string label, out IFacetValue? facetValue)

Parameters

label string
facetValue IFacetValue

Returns

bool