| Package | Description |
|---|---|
| com.couchbase.client.core.api.search | |
| com.couchbase.client.core.api.search.result |
| Modifier and Type | Field and Description |
|---|---|
static CoreSearchKeyset |
CoreSearchKeyset.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
default CoreSearchKeyset |
CoreSearchOptions.searchAfter() |
default CoreSearchKeyset |
CoreSearchOptions.searchBefore() |
| Modifier and Type | Method and Description |
|---|---|
CoreSearchKeyset |
CoreSearchRow.keyset() |
| Constructor and Description |
|---|
CoreSearchRow(String index,
String id,
double score,
byte[] explanation,
Optional<CoreSearchRowLocations> locations,
Map<String,List<String>> fragments,
byte[] fields,
Supplier<CoreSearchKeyset> keyset) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.