 | SnippetsOptionsExactPhrase Property |
Gets or sets a value indicating whether to highlight exact query phrase matches only instead of individual keywords.
Default is false.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic bool ExactPhrase { get; set; }
Public Property ExactPhrase As Boolean
Get
Set
Property Value
Type:
Booleantrue if to highlight exact query phrase matches; otherwise,
false.
See Also