Interface IFacetResults
Represents a search result containing facets
public interface IFacetResults
Properties
Facets
Facets from the search
IReadOnlyDictionary<string, IFacetResult> Facets { get; }
Represents a search result containing facets
public interface IFacetResults
Facets from the search
IReadOnlyDictionary<string, IFacetResult> Facets { get; }