Class SignificantTermsAggregate<TKey>
Inheritance
SignificantTermsAggregate<TKey>
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class SignificantTermsAggregate<TKey> : MultiBucketAggregate<SignificantTermsBucket<TKey>>, IAggregate
Type Parameters
Name | Description |
---|---|
TKey |
Properties
| Edit this page View SourceBgCount
The background count
Declaration
public long? BgCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
DocCount
The document count
Declaration
public long DocCount { get; set; }
Property Value
Type | Description |
---|---|
long |