QueryTopHitsAggregationResult

public struct QueryTopHitsAggregationResult : Codable, Equatable

A query response that contains the matching documents for the preceding aggregations.

  • Number of matching results.

    Declaration

    Swift

    public var matchingResults: Int
  • An array of the document results.

    Declaration

    Swift

    public var hits: [[String : JSON]]?