Click or drag to resize

SearchOptionsHighlight Method (HighLightStyle)

Allows setting of additional highlighting on the result set of matching terms.

Namespace:  Couchbase.Search
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public SearchOptions Highlight(
	HighLightStyle highLightStyle
)

Parameters

highLightStyle
Type: Couchbase.SearchHighLightStyle
The HighLightStyle to use.

Return Value

Type: SearchOptions

[Missing <returns> documentation for "M:Couchbase.Search.SearchOptions.Highlight(Couchbase.Search.HighLightStyle)"]

See Also