Packages

case class SearchResult(_rows: Seq[SearchRow], facets: Map[String, SearchFacetResult], metaData: SearchMetaData) extends Product with Serializable

The results of an FTS query.

facets

any search facets returned

metaData

any additional information related to the FTS query

Since

1.0.0

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

Instance Constructors

  1. new SearchResult(_rows: Seq[SearchRow], facets: Map[String, SearchFacetResult], metaData: SearchMetaData)

    facets

    any search facets returned

    metaData

    any additional information related to the FTS query

Value Members

  1. val facets: Map[String, SearchFacetResult]
  2. val metaData: SearchMetaData
  3. def rows: Seq[SearchRow]

    All returned rows.

    All returned rows. All rows are buffered from the FTS service first.

    returns

    either Success if all rows could be decoded successfully, or a Failure containing the first error