Packages

package result

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class ReactiveSearchResult extends Product with Serializable

    The results of an FTS query, as returned by the reactive API.

  2. sealed trait SearchFacetResult extends AnyRef

    Base interface for all facet results.

  3. case class SearchMetaData extends Product with Serializable

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

  4. case class SearchMetrics extends Product with Serializable

    Metrics and status of a given FTS request.

  5. case class SearchResult extends Product with Serializable

    The results of an FTS query.

    The results of an FTS query.

    Since

    1.0.0

  6. case class SearchRow extends Product with Serializable

    An FTS row (or "hit").

    An FTS row (or "hit").

    Since

    1.0.0

  7. 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, arrayPositions will indicate which index/indices in the array contain the term.

    Since

    1.0.0

  8. 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

  1. object SearchFacetResult

Ungrouped