Search Results for

    Show / Hide Table of Contents

    Interface ITermsCompositeAggregationSource

    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.

    Inherited Members
    ICompositeAggregationSource.Field
    ICompositeAggregationSource.MissingBucket
    ICompositeAggregationSource.Name
    ICompositeAggregationSource.Order
    ICompositeAggregationSource.SourceType
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ITermsCompositeAggregationSource : ICompositeAggregationSource

    Properties

    | Edit this page View Source

    Script

    A script to create the values for the composite buckets

    Declaration
    [DataMember(Name = "script")]
    IScript Script { get; set; }
    Property Value
    Type Description
    IScript

    Extension Methods

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