Uses of Enum
com.couchbase.client.java.search.HighlightStyle
Packages that use HighlightStyle
Package
Description
Namespace for various search-service related classes.
-
Uses of HighlightStyle in com.couchbase.client.java.search
Methods in com.couchbase.client.java.search that return HighlightStyleModifier and TypeMethodDescriptionstatic HighlightStyleReturns 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.Methods in com.couchbase.client.java.search with parameters of type HighlightStyleModifier and TypeMethodDescriptionSearchOptions.highlight(HighlightStyle style, String... fields) Configures the highlighting of matches in the response.