Search Results for

    Show / Hide Table of Contents

    Class TermsCompositeAggregationSourceDescriptor<T>

    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
    DescriptorBase<TermsCompositeAggregationSourceDescriptor<T>, ITermsCompositeAggregationSource>
    CompositeAggregationSourceDescriptorBase<TermsCompositeAggregationSourceDescriptor<T>, ITermsCompositeAggregationSource, T>
    TermsCompositeAggregationSourceDescriptor<T>
    Implements
    IDescriptor
    ITermsCompositeAggregationSource
    ICompositeAggregationSource
    Inherited Members
    CompositeAggregationSourceDescriptorBase<TermsCompositeAggregationSourceDescriptor<T>, ITermsCompositeAggregationSource, T>.Field(Field)
    CompositeAggregationSourceDescriptorBase<TermsCompositeAggregationSourceDescriptor<T>, ITermsCompositeAggregationSource, T>.Field<TValue>(Expression<Func<T, TValue>>)
    CompositeAggregationSourceDescriptorBase<TermsCompositeAggregationSourceDescriptor<T>, ITermsCompositeAggregationSource, T>.Order(SortOrder?)
    CompositeAggregationSourceDescriptorBase<TermsCompositeAggregationSourceDescriptor<T>, ITermsCompositeAggregationSource, T>.MissingBucket(bool?)
    DescriptorBase<TermsCompositeAggregationSourceDescriptor<T>, ITermsCompositeAggregationSource>.Self
    DescriptorBase<TermsCompositeAggregationSourceDescriptor<T>, ITermsCompositeAggregationSource>.Assign<TValue>(TValue, Action<ITermsCompositeAggregationSource, TValue>)
    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 TermsCompositeAggregationSourceDescriptor<T> : CompositeAggregationSourceDescriptorBase<TermsCompositeAggregationSourceDescriptor<T>, ITermsCompositeAggregationSource, T>, IDescriptor, ITermsCompositeAggregationSource, ICompositeAggregationSource
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    TermsCompositeAggregationSourceDescriptor(string)

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

    Methods

    | Edit this page View Source

    Script(Func<ScriptDescriptor, IScript>)

    A script to create the values for the composite buckets

    Declaration
    public TermsCompositeAggregationSourceDescriptor<T> Script(Func<ScriptDescriptor, IScript> selector)
    Parameters
    Type Name Description
    Func<ScriptDescriptor, IScript> selector
    Returns
    Type Description
    TermsCompositeAggregationSourceDescriptor<T>

    Implements

    IDescriptor
    ITermsCompositeAggregationSource
    ICompositeAggregationSource

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • TermsCompositeAggregationSourceDescriptor(string)
    • Methods
      • Script(Func<ScriptDescriptor, IScript>)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX