 | SearchOptionsHighlight Method (HighLightStyle, String) |
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
Syntaxpublic SearchOptions Highlight(
HighLightStyle highLightStyle,
params string[] fields
)
Parameters
- highLightStyle
- Type: Couchbase.SearchHighLightStyle
The HighLightStyle to use. - fields
- Type: SystemString
The specific terms or fields to highlight.
Return Value
Type:
SearchOptions[Missing <returns> documentation for "M:Couchbase.Search.SearchOptions.Highlight(Couchbase.Search.HighLightStyle,System.String[])"]
See Also