Packages

c

com.couchbase.client.scala.search.result

ReactiveSearchResult

case class ReactiveSearchResult extends Product with Serializable

The results of an FTS query, as returned by the reactive API.

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReactiveSearchResult
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def facets: SMono[Map[String, SearchFacetResult]]

    Any search facets returned.

  2. def metaData: SMono[SearchMetaData]

    Any additional information related to the FTS query.

  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. def productIterator: Iterator[Any]
    Definition Classes
    Product
  5. def rows: SFlux[SearchRow]