Field.IsFacetable Property

Definition

Gets or sets a value indicating whether to enable the field to be referenced in facet queries. Typically used in a presentation of search results that includes hit count by category (for example, search for digital cameras and see hits by brand, by megapixels, by price, and so on). This property must be null for complex fields. Fields of type Edm.GeographyPoint or Collection(Edm.GeographyPoint) cannot be facetable. All other simple fields can be facetable. Default is false for simple fields, and null for complex fields.

[Newtonsoft.Json.JsonIgnore]
public bool? IsFacetable { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.IsFacetable : Nullable<bool> with get, set
Public Property IsFacetable As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to