Packages

case class SearchResult extends Product with Serializable

The results of an FTS query.

Since

1.0.0

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SearchResult
  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: Map[String, SearchFacetResult]

    Any search facets returned.

  2. def metaData: 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: 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