| Package | Description |
|---|---|
| com.couchbase.client.java.search.result |
Holds search result classes and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
SearchMetaData |
SearchResult.metaData()
Returns the
SearchMetaData giving access to the additional metadata associated with this search
query. |
| Modifier and Type | Method and Description |
|---|---|
Mono<SearchMetaData> |
ReactiveSearchResult.metaData()
Any additional meta information associated with the FTS query, in the form of a reactive
Mono publisher. |
| Constructor and Description |
|---|
SearchResult(List<SearchRow> rows,
Map<String,SearchFacetResult> facets,
SearchMetaData meta)
Creates a new SearchResult.
|
| Constructor and Description |
|---|
ReactiveSearchResult(Flux<SearchRow> rows,
Mono<Map<String,SearchFacetResult>> facets,
Mono<SearchMetaData> meta) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.