Field.IsRetrievable Property

Definition

Gets or sets a value indicating whether the field can be returned in a search result. You can disable this option if you want to use a field (for example, margin) as a filter, sorting, or scoring mechanism but do not want the field to be visible to the end user. This property must be true for key fields, and it must be null for complex fields. This property can be changed on existing fields. Enabling this property does not cause any increase in index storage requirements. Default is true for simple fields and null for complex fields.

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

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to