Click or drag to resize

HighLightStyle Enumeration

The highlighting options available from the server.

Namespace:  Couchbase.Search
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public enum HighLightStyle
Members
  Member nameValueDescription
None-1 The default if Html or Ansi are not specified.
Html0 For Html style highlighting
Ansi1 For Ansi style highlighting
See Also