Snippets OptionsExact Phrase Property
Gets or sets a value indicating whether to highlight exact query phrase matches only instead of individual keywords.
Default is false.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
true if to highlight exact query phrase matches; otherwise, false.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public bool ExactPhrase { get; set; }VB
Public Property ExactPhrase As Boolean
Get
SetProperty Value
Booleantrue if to highlight exact query phrase matches; otherwise, false.