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