Package | Description |
---|---|
com.couchbase.client.java.search |
Namespace for various search-service related classes.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
SearchOptions |
SearchOptions.highlight(HighlightStyle style,
String... fields)
Configures the highlighting of matches in the response.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.