Packages

case class SearchMetaData extends Product with Serializable

Additional information returned by the FTS service after any rows and errors.

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

    Any errors returned by the request.

    Any errors returned by the request. Note that FTS can return partial success: e.g. some rows in the presence of some errors.

  2. def metrics: SearchMetrics

    Metrics related to the FTS request.

  3. def productElementNames: Iterator[String]
    Definition Classes
    Product