Interface IMultiTermsAggregation
Assembly: OpenSearch.Client.dll
Syntax
public interface IMultiTermsAggregation : IBucketAggregation, IAggregation
Properties
|
Edit this page
View Source
CollectMode
Declaration
[DataMember(Name = "collect_mode")]
TermsAggregationCollectMode? CollectMode { get; set; }
Property Value
|
Edit this page
View Source
MinimumDocumentCount
Declaration
[DataMember(Name = "min_doc_count")]
int? MinimumDocumentCount { get; set; }
Property Value
|
Edit this page
View Source
Order
Declaration
[DataMember(Name = "order")]
IList<TermsOrder> Order { get; set; }
Property Value
|
Edit this page
View Source
Script
Declaration
[DataMember(Name = "script")]
IScript Script { get; set; }
Property Value
|
Edit this page
View Source
ShardMinimumDocumentCount
Declaration
[DataMember(Name = "shard_min_doc_count")]
int? ShardMinimumDocumentCount { get; set; }
Property Value
|
Edit this page
View Source
ShardSize
Declaration
[DataMember(Name = "shard_size")]
int? ShardSize { get; set; }
Property Value
|
Edit this page
View Source
ShowTermDocCountError
Declaration
[DataMember(Name = "show_term_doc_count_error")]
bool? ShowTermDocCountError { get; set; }
Property Value
|
Edit this page
View Source
Size
Declaration
[DataMember(Name = "size")]
int? Size { get; set; }
Property Value
|
Edit this page
View Source
Terms
Declaration
[DataMember(Name = "terms")]
IEnumerable<ITerm> Terms { get; set; }
Property Value
Extension Methods