ShingleTokenFilter.OutputUnigrams Property

Definition

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

public bool? OutputUnigrams { get; set; }
member this.OutputUnigrams : Nullable<bool> with get, set
Public Property OutputUnigrams As Nullable(Of Boolean)

Property Value

Applies to