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
Ordering
- Alphabetic
- By Inheritance
Inherited
- SearchResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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
- val facets: Map[String, SearchFacetResult]
- val metaData: SearchMetaData
-
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