Snippets OptionsQuery Mode Property
Gets or sets a value indicating whether to handle the highlight words parameter of the BuildSnippets 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.
This option has been obsoleted in Manticore since 3.2.2.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
true if the highlight words parameter should be handled as a query in extended syntax; otherwise, false.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public bool QueryMode { get; set; }VB
Public Property QueryMode As Boolean
Get
SetProperty Value
Booleantrue if the highlight words parameter should be handled as a query in extended syntax; otherwise, false.