Class TermsCompositeAggregationSource
A values source that is equivalent to a simple terms aggregation. The values are extracted from a field or a script exactly like the terms aggregation.
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class TermsCompositeAggregationSource : CompositeAggregationSourceBase, ITermsCompositeAggregationSource, ICompositeAggregationSource
Constructors
| Edit this page View SourceTermsCompositeAggregationSource(string)
Declaration
public TermsCompositeAggregationSource(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Properties
| Edit this page View SourceScript
A script to create the values for the composite buckets
Declaration
public IScript Script { get; set; }
Property Value
Type | Description |
---|---|
IScript |
SourceType
The type of the source
Declaration
protected override string SourceType { get; }
Property Value
Type | Description |
---|---|
string |