| Package | Description |
|---|---|
| com.couchbase.client.core.api.search.result |
| Modifier and Type | Method and Description |
|---|---|
static CoreSearchRow |
CoreSearchRow.fromResponse(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode hit) |
static CoreSearchRow |
CoreSearchRow.fromResponse(SearchChunkRow row) |
| Modifier and Type | Method and Description |
|---|---|
Flux<CoreSearchRow> |
CoreReactiveSearchResult.rows() |
List<CoreSearchRow> |
CoreSearchResult.rows() |
| Constructor and Description |
|---|
CoreReactiveSearchResult(Flux<CoreSearchRow> rows,
Mono<Map<String,CoreSearchFacetResult>> facets,
Mono<CoreSearchMetaData> meta) |
CoreSearchResult(List<CoreSearchRow> rows,
Map<String,CoreSearchFacetResult> facets,
CoreSearchMetaData meta) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.