Uses of Enum
com.couchbase.client.java.search.HighlightStyle
Package
Description
Namespace for various search-service related classes.
-
Uses of HighlightStyle in com.couchbase.client.java.search
Modifier and TypeMethodDescriptionstatic HighlightStyle
Returns the enum constant of this type with the specified name.static HighlightStyle[]
HighlightStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionSearchOptions.highlight
(HighlightStyle style, String... fields) Configures the highlighting of matches in the response.