 | BuildExcerptsOptionsQueryMode Property |
Gets or sets a value indicating whether to handle the highlight words parameter of the BuildExcerpts method
as a query in extended syntax, or as a bag of words (default behavior).
Default is false. Supported in Sphinx 1.10.1 and above.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic bool QueryMode { get; set; }
Public Property QueryMode As Boolean
Get
Set
Property Value
Type:
Booleantrue if the highlight words parameter should be handled as a query in extended syntax; otherwise,
false.
See Also