TNEntityPivot
@objcMembers
open class TNEntityPivot : NSObject, Codable
Undocumented
-
Entity count for the given facet field.
Declaration
Swift
public var count: Int?
-
The attribute on which pivoted faceting counts generated.
Declaration
Swift
public var field: String?
-
The id for the distinct facet field name.
Declaration
Swift
public var id: String?
-
A distinct value of the facet field.
Declaration
Swift
public var name: String?
-
Lists the sub pivot fields and its breakdown counts.
Declaration
Swift
public var pivots: [TNEntityPivot]?