 | 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.4.1
Syntaxpublic bool SinglePassage { get; set; }
Public Property SinglePassage As Boolean
Get
Set
Property Value
Type:
Booleantrue if to extract single best passage; otherwise,
false.
See Also