Click or drag to resize

BuildExcerptsOptionsSinglePassage Property

Gets or sets a value indicating whether to extract the single best passage only. Default is false.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public bool SinglePassage { get; set; }

Property Value

Type: Boolean
true if to extract single best passage; otherwise, false.
See Also