Field.Analyzer Property

Optional. Name of the text analyzer to use. (see https://msdn.microsoft.com/en-us/library/azure/dn879793.aspx for more information)

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

Usage

'Usage
Dim instance As Field
Dim value As String

value = instance.Analyzer

instance.Analyzer = value

Syntax

'Declaration
Public Property Analyzer As String
public string Analyzer { get; set; }
public:
property String^ Analyzer {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Analyzer ()

/** @property */
public void set_Analyzer (String value)
public function get Analyzer () : String

public function set Analyzer (value : String)

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