| Package | Description |
|---|---|
| com.couchbase.client.core.api.search.result |
| Modifier and Type | Method and Description |
|---|---|
CoreSearchMetaData |
CoreSearchResult.metaData() |
| Modifier and Type | Method and Description |
|---|---|
Mono<CoreSearchMetaData> |
CoreReactiveSearchResult.metaData() |
| Constructor and Description |
|---|
CoreSearchResult(List<CoreSearchRow> rows,
Map<String,CoreSearchFacetResult> facets,
CoreSearchMetaData meta) |
| Constructor and Description |
|---|
CoreReactiveSearchResult(Flux<CoreSearchRow> rows,
Mono<Map<String,CoreSearchFacetResult>> facets,
Mono<CoreSearchMetaData> meta) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.