Package | Description |
---|---|
com.couchbase.client.java.search |
Modifier and Type | Method and Description |
---|---|
HighlightStyle |
SearchQuery.getHighlightStyle() |
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 |
---|---|
SearchQuery |
SearchQuery.highlight(HighlightStyle style,
String... fields)
Configures the highlighting of matches in the response.
|
Copyright © 2015 Couchbase, Inc.