EdgeNGramTokenFilter.Side Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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