ShingleTokenFilter.OutputUnigrams Property

Definition

Gets or sets a value indicating whether the output stream will contain the input tokens (unigrams) as well as shingles. Default is true.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to