SnippetsOptionsExactPhrase 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
C#
public bool ExactPhrase { get; set; }

Property Value

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

See Also