Table of Contents

Interface IFacetResults

Namespace
Examine.Search
Assembly
Examine.Core.dll

Represents a search result containing facets

public interface IFacetResults

Properties

Facets

Facets from the search

IReadOnlyDictionary<string, IFacetResult> Facets { get; }

Property Value

IReadOnlyDictionary<string, IFacetResult>