TermAggregation
Indicates the key of the term aggregation, and approximately how many documents it occurs in.
type TermAggregation {
docCount: Int!
key: String!
}
Indicates the key of the term aggregation, and approximately how many documents it occurs in.
type TermAggregation {
docCount: Int!
key: String!
}
TermAggregation.docCount ● Int! non-null scalarTermAggregation.key ● String! non-null scalar