Class MultiTermsAggregation
Inheritance
MultiTermsAggregation
Assembly: OpenSearch.Client.dll
Syntax
public class MultiTermsAggregation : BucketAggregationBase, IMultiTermsAggregation, IBucketAggregation, IAggregation
Constructors
|
Edit this page
View Source
MultiTermsAggregation(string)
Declaration
public MultiTermsAggregation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
CollectMode
Declaration
public TermsAggregationCollectMode? CollectMode { get; set; }
Property Value
|
Edit this page
View Source
MinimumDocumentCount
Declaration
public int? MinimumDocumentCount { get; set; }
Property Value
|
Edit this page
View Source
Order
Declaration
public IList<TermsOrder> Order { get; set; }
Property Value
|
Edit this page
View Source
Script
Declaration
public IScript Script { get; set; }
Property Value
|
Edit this page
View Source
ShardMinimumDocumentCount
Declaration
public int? ShardMinimumDocumentCount { get; set; }
Property Value
|
Edit this page
View Source
ShardSize
Declaration
public int? ShardSize { get; set; }
Property Value
|
Edit this page
View Source
ShowTermDocCountError
Declaration
public bool? ShowTermDocCountError { get; set; }
Property Value
|
Edit this page
View Source
Size
Declaration
public int? Size { get; set; }
Property Value
|
Edit this page
View Source
Terms
Declaration
public IEnumerable<ITerm> Terms { get; set; }
Property Value
Implements
Extension Methods