Class FacetExtensions
Extensions related to faceting
public static class FacetExtensions
- Inheritance
-
FacetExtensions
- Inherited Members
Methods
GetFacet(ISearchResults, string)
Get the values for a particular facet in the results
public static IFacetResult? GetFacet(this ISearchResults searchResults, string field)
Parameters
searchResults
ISearchResultsfield
string
Returns
GetFacets(ISearchResults)
Get all of the facets in the results
public static IEnumerable<IFacetResult> GetFacets(this ISearchResults searchResults)
Parameters
searchResults
ISearchResults