Class ReactiveSearchResult
java.lang.Object
com.couchbase.client.java.search.result.ReactiveSearchResult
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveSearchResult(CoreReactiveSearchResult internal, JsonSerializer serializer) -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Map<String, SearchFacetResult>> facets()reactor.core.publisher.Mono<SearchMetaData> metaData()Any additional meta information associated with the FTS query, in the form of a reactiveMonopublisher.reactor.core.publisher.Flux<SearchRow> rows()The list of FTS result rows for the FTS query, in the form of a reactiveFluxpublisher.
-
Constructor Details
-
ReactiveSearchResult
-
-
Method Details
-
rows
The list of FTS result rows for the FTS query, in the form of a reactiveFluxpublisher.Any errors will be raised as onError on this.
-
metaData
Any additional meta information associated with the FTS query, in the form of a reactiveMonopublisher. -
facets
-