Interface IFacetField
Represents a base facet field
public interface IFacetFieldProperties
FacetField
The field to get the facet field from
string FacetField { get; }Property Value
Field
The field name
string Field { get; }Property Value
IsTaxonomyIndexed
Whether this field is indexed in the Taxonomy index
bool IsTaxonomyIndexed { get; }Property Value
Methods
ExtractFacets(IFacetExtractionContext)
Extracts the facets from the field
IEnumerable<KeyValuePair<string, IFacetResult>> ExtractFacets(IFacetExtractionContext facetExtractionContext)Parameters
- facetExtractionContextIFacetExtractionContext
Returns
- IEnumerable<KeyValuePair<string, IFacetResult>>
- Returns the facets for this field