Click or drag to resize

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.3.0
Syntax
public bool ExactPhrase { get; set; }

Property Value

Type: Boolean
true if to highlight exact query phrase matches; otherwise, false.
See Also