Field.IsFacetable Property

Optional. Gets or sets a value indicating whether it is possible to facet on this field. Not valid for geo-point fields. Default is false.

Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)

Usage

'Usage
Dim instance As Field
Dim value As Boolean

value = instance.IsFacetable

instance.IsFacetable = value

Syntax

'Declaration
Public Property IsFacetable As Boolean
public bool IsFacetable { get; set; }
public:
property bool IsFacetable {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsFacetable ()

/** @property */
public void set_IsFacetable (boolean value)
public function get IsFacetable () : boolean

public function set IsFacetable (value : boolean)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

Field Class
Field Members
Microsoft.Azure.Search.Models Namespace