Interface IIndexFacetValueType
Represents a facet index value type
public interface IIndexFacetValueType
Properties
IsTaxonomyFaceted
Whether the Field is indexed in the Taxonomy Index
bool IsTaxonomyFaceted { get; }
Property Value
Methods
ExtractFacets(IFacetExtractionContext, IFacetField)
Extracts the facets from the field
IEnumerable<KeyValuePair<string, IFacetResult>> ExtractFacets(IFacetExtractionContext facetExtractionContext, IFacetField field)
Parameters
facetExtractionContext
IFacetExtractionContextfield
IFacetField
Returns
- IEnumerable<KeyValuePair<string, IFacetResult>>
A dictionary of facets for this field