Class ReactiveSearchResult


  • public class ReactiveSearchResult
    extends Object
    • Constructor Detail

      • ReactiveSearchResult

        @Internal
        public ReactiveSearchResult​(com.couchbase.client.core.api.search.result.CoreReactiveSearchResult internal,
                                    JsonSerializer serializer)
    • Method Detail

      • rows

        public Flux<SearchRow> rows()
        The list of FTS result rows for the FTS query, in the form of a reactive Flux publisher.

        Any errors will be raised as onError on this.

      • metaData

        public Mono<SearchMetaData> metaData()
        Any additional meta information associated with the FTS query, in the form of a reactive Mono publisher.