Search Results for

    Show / Hide Table of Contents

    Class TermsCompositeAggregationSource

    A values source that is equivalent to a simple terms aggregation. The values are extracted from a field or a script exactly like the terms aggregation.

    Inheritance
    object
    CompositeAggregationSourceBase
    TermsCompositeAggregationSource
    Implements
    ITermsCompositeAggregationSource
    ICompositeAggregationSource
    Inherited Members
    CompositeAggregationSourceBase.Field
    CompositeAggregationSourceBase.MissingBucket
    CompositeAggregationSourceBase.Order
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class TermsCompositeAggregationSource : CompositeAggregationSourceBase, ITermsCompositeAggregationSource, ICompositeAggregationSource

    Constructors

    | Edit this page View Source

    TermsCompositeAggregationSource(string)

    Declaration
    public TermsCompositeAggregationSource(string name)
    Parameters
    Type Name Description
    string name

    Properties

    | Edit this page View Source

    Script

    A script to create the values for the composite buckets

    Declaration
    public IScript Script { get; set; }
    Property Value
    Type Description
    IScript
    | Edit this page View Source

    SourceType

    The type of the source

    Declaration
    protected override string SourceType { get; }
    Property Value
    Type Description
    string
    Overrides
    CompositeAggregationSourceBase.SourceType

    Implements

    ITermsCompositeAggregationSource
    ICompositeAggregationSource

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • TermsCompositeAggregationSource(string)
    • Properties
      • Script
      • SourceType
    • Implements
    • Extension Methods
    Back to top Generated by DocFX