 | BuildExcerptsOptionsSinglePassage Property |
Gets or sets a value indicating whether to extract the single best passage only.
Default is false.
Namespace: SphinxConnector.NativeApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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