Class ReactiveSearchResult

java.lang.Object
com.couchbase.client.java.search.result.ReactiveSearchResult

public class ReactiveSearchResult
extends Object
  • Constructor Details

  • Method Details

    • rows

      public reactor.core.publisher.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 reactor.core.publisher.Mono<SearchMetaData> metaData()
      Any additional meta information associated with the FTS query, in the form of a reactive Mono publisher.
    • facets

      public reactor.core.publisher.Mono<Map<String,​SearchFacetResult>> facets()