Uses of Class
com.couchbase.client.core.api.search.CoreHighlightStyle
-
Packages that use CoreHighlightStyle Package Description com.couchbase.client.core.api.search -
-
Uses of CoreHighlightStyle in com.couchbase.client.core.api.search
Methods in com.couchbase.client.core.api.search that return CoreHighlightStyle Modifier and Type Method Description CoreHighlightStyleCoreSearchOptions. highlightStyle()static CoreHighlightStyleCoreHighlightStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static CoreHighlightStyle[]CoreHighlightStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.
-