public class ReactiveSearchResult extends Object
| Constructor and Description |
|---|
ReactiveSearchResult(com.couchbase.client.core.api.search.result.CoreReactiveSearchResult internal,
JsonSerializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
Mono<Map<String,SearchFacetResult>> |
facets() |
Mono<SearchMetaData> |
metaData()
Any additional meta information associated with the FTS query, in the form of a reactive
Mono publisher. |
Flux<SearchRow> |
rows()
The list of FTS result rows for the FTS query, in the form of a reactive
Flux publisher. |
@Stability.Internal
public ReactiveSearchResult(com.couchbase.client.core.api.search.result.CoreReactiveSearchResult internal,
JsonSerializer serializer)
public Flux<SearchRow> rows()
Flux publisher.
Any errors will be raised as onError on this.
public Mono<SearchMetaData> metaData()
Mono publisher.public Mono<Map<String,SearchFacetResult>> facets()
Copyright © 2024 Couchbase, Inc.. All rights reserved.