ShingleTokenFilter.OutputUnigramsIfNoShingles Property

Definition

Gets or sets a value indicating whether to output unigrams for those times when no shingles are available. This property takes precedence when outputUnigrams is set to false. Default is false.

[Newtonsoft.Json.JsonProperty(PropertyName="outputUnigramsIfNoShingles")]
public bool? OutputUnigramsIfNoShingles { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="outputUnigramsIfNoShingles")>]
member this.OutputUnigramsIfNoShingles : Nullable<bool> with get, set
Public Property OutputUnigramsIfNoShingles As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to