Class CompositeAggregationSourceBase
Inheritance
CompositeAggregationSourceBase
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public abstract class CompositeAggregationSourceBase : ICompositeAggregationSource
Constructors
| Edit this page View SourceCompositeAggregationSourceBase(string)
Declaration
protected CompositeAggregationSourceBase(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Properties
| Edit this page View SourceField
The field from which to extract value
Declaration
public Field Field { get; set; }
Property Value
Type | Description |
---|---|
Field |
MissingBucket
By default documents without a value for a given source are ignored. It is possible to include them in the response as null by setting this to true
Declaration
public bool? MissingBucket { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Order
Defines the direction of sorting for each value source. Defaults to Ascending
Declaration
public SortOrder? Order { get; set; }
Property Value
Type | Description |
---|---|
SortOrder? |
SourceType
The type of the source
Declaration
protected abstract string SourceType { get; }
Property Value
Type | Description |
---|---|
string |