Packages

case class SearchMetrics extends Product with Serializable

Metrics and status of a given FTS request.

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SearchMetrics
  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 errorPartitionCount: Long

    The number of FTS indexes queried that gave an error.

  2. def maxScore: Double

    The largest score amongst the rows.

  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. def productIterator: Iterator[Any]
    Definition Classes
    Product
  5. def successPartitionCount: Long

    The number of FTS indexes queried that successfully answered.

  6. def took: Duration

    How long a request took executing on the server side.

  7. def totalPartitionCount: Long

    The total number of FTS indexes that were queried.

  8. def totalRows: Long

    Number of rows returned.