Enum TermsAggregationCollectMode
Determines how the terms aggregation is executed
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public enum TermsAggregationCollectMode
Fields
| Name | Description |
|---|---|
| BreadthFirst | Order by using ordinals of the field values instead of the values themselves |
| DepthFirst | Order by using field values directly in order to aggregate data per-bucket |