Stat

public struct Stat : Codable, Equatable

AllStats instances represent stat of a specific Index.

Properties

  • Number of documents in the given index.

    Declaration

    Swift

    public let numberOfDocuments: Int
  • Returns if the Index is currenly being indexed.

    Declaration

    Swift

    public let isIndexing: Bool
  • Usage frequency for each Index field.

    Declaration

    Swift

    public let fieldDistribution: [String : Int]