package result
- Alphabetic
- Public
- All
Type Members
-
case class
ReactiveSearchResult extends Product with Serializable
The results of an FTS query, as returned by the reactive API.
-
sealed
trait
SearchFacetResult extends AnyRef
Base interface for all facet results.
-
case class
SearchMetaData extends Product with Serializable
Additional information returned by the FTS service after any rows and errors.
-
case class
SearchMetrics extends Product with Serializable
Metrics and status of a given FTS request.
-
case class
SearchResult extends Product with Serializable
The results of an FTS query.
The results of an FTS query.
- Since
1.0.0
-
case class
SearchRow extends Product with Serializable
An FTS row (or "hit").
An FTS row (or "hit").
- Since
1.0.0
-
case class
SearchRowLocation extends Product with Serializable
An FTS result row location indicates at which position a given term occurs inside a given field.
An FTS result row location indicates at which position a given term occurs inside a given field. In case the field is an array,
arrayPositionswill indicate which index/indices in the array contain the term.- Since
1.0.0
-
case class
SearchRowLocations extends Product with Serializable
Represents the locations of a search result row.
Represents the locations of a search result row. Locations show where a given term occurs inside of a given field.
- Since
1.0.0
Value Members
- object SearchFacetResult