Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    KnownEnums.GetStringValue(Enum)
    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Fields
    • Extension Methods
    Back to top Generated by DocFX