| Package | Description |
|---|---|
| com.couchbase.client.core.api.search.result |
| Modifier and Type | Method and Description |
|---|---|
static CoreSearchRowLocations |
CoreSearchRowLocations.from(List<CoreSearchRowLocation> locations) |
static CoreSearchRowLocations |
CoreSearchRowLocations.from(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode locationsJson)
Parses a FTS JSON representation of a
CoreSearchRowLocations. |
| Modifier and Type | Method and Description |
|---|---|
Optional<CoreSearchRowLocations> |
CoreSearchRow.locations() |
| 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.