case class SearchMetaData(metrics: SearchMetrics, errors: Map[String, String]) extends Product with Serializable
Additional information returned by the FTS service after any rows and errors.
- metrics
metrics related to the FTS request, if they are available
- errors
any errors returned by the request. Note that FTS can return partial success: e.g. some rows in the presence of some errors
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SearchMetaData
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
SearchMetaData(metrics: SearchMetrics, errors: Map[String, String])
- metrics
metrics related to the FTS request, if they are available
- errors
any errors returned by the request. Note that FTS can return partial success: e.g. some rows in the presence of some errors
Value Members
- val errors: Map[String, String]
- val metrics: SearchMetrics