ShingleTokenFilter.FilterToken Property

Definition

Gets or sets the string to insert for each position at which there is no token. Default is an underscore ("_").

[Newtonsoft.Json.JsonProperty(PropertyName="filterToken")]
public string FilterToken { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="filterToken")>]
member this.FilterToken : string with get, set
Public Property FilterToken As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to