EdgeNGramTokenFilter.Side Property

Definition

Gets or sets specifies which side of the input the n-gram should be generated from. Default is "front". Possible values include: 'front', 'back'

[Newtonsoft.Json.JsonProperty(PropertyName="side")]
public Microsoft.Azure.Search.Models.EdgeNGramTokenFilterSide? Side { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="side")>]
member this.Side : Nullable<Microsoft.Azure.Search.Models.EdgeNGramTokenFilterSide> with get, set
Public Property Side As Nullable(Of EdgeNGramTokenFilterSide)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to