Class MultiTermsAggregate<TKey>
Inheritance
MultiTermsAggregate<TKey>
Assembly: OpenSearch.Client.dll
Syntax
public class MultiTermsAggregate<TKey> : MultiBucketAggregate<MultiTermsBucket<TKey>>, IAggregate
Type Parameters
Properties
|
Edit this page
View Source
DocCountErrorUpperBound
Declaration
public long? DocCountErrorUpperBound { get; set; }
Property Value
|
Edit this page
View Source
SumOtherDocCount
Declaration
public long? SumOtherDocCount { get; set; }
Property Value
Implements
Extension Methods