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 reactiveMono
publisher.reactor.core.publisher.Flux
<SearchRow> rows()
The list of FTS result rows for the FTS query, in the form of a reactiveFlux
publisher.
-
Constructor Details
-
ReactiveSearchResult
-
-
Method Details
-
rows
The list of FTS result rows for the FTS query, in the form of a reactiveFlux
publisher.Any errors will be raised as onError on this.
-
metaData
Any additional meta information associated with the FTS query, in the form of a reactiveMono
publisher. -
facets
-