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

Property Value

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