Class SignificantTermsBucket<TKey>
Inheritance
SignificantTermsBucket<TKey>
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class SignificantTermsBucket<TKey> : BucketBase, IIsAReadOnlyDictionary<string, IAggregate>, IReadOnlyDictionary<string, IAggregate>, IReadOnlyCollection<KeyValuePair<string, IAggregate>>, IEnumerable<KeyValuePair<string, IAggregate>>, IEnumerable, IIsAReadOnlyDictionary, IBucket
Type Parameters
Name | Description |
---|---|
TKey |
Constructors
| Edit this page View SourceSignificantTermsBucket(IReadOnlyDictionary<string, IAggregate>)
Declaration
public SignificantTermsBucket(IReadOnlyDictionary<string, IAggregate> dict)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyDictionary<string, IAggregate> | dict |
Properties
| Edit this page View SourceBgCount
Declaration
public long BgCount { get; set; }
Property Value
Type | Description |
---|---|
long |
DocCount
Declaration
public long DocCount { get; set; }
Property Value
Type | Description |
---|---|
long |
Key
Declaration
public TKey Key { get; set; }
Property Value
Type | Description |
---|---|
TKey |
Score
Declaration
public double Score { get; set; }
Property Value
Type | Description |
---|---|
double |