Uses of Class
com.couchbase.client.java.search.HighlightStyle
Package | Description |
---|---|
com.couchbase.client.java.search |
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 HighlightStyle Modifier and Type Method Description static HighlightStyle
HighlightStyle. valueOf(String name)
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.Methods in com.couchbase.client.java.search with parameters of type HighlightStyle Modifier and Type Method Description SearchOptions
SearchOptions. highlight(HighlightStyle style, String... fields)
Configures the highlighting of matches in the response.