Search Results for

    Show / Hide Table of Contents

    Class CompositeAggregationSourceBase

    Inheritance
    object
    CompositeAggregationSourceBase
    DateHistogramCompositeAggregationSource
    GeoTileGridCompositeAggregationSource
    HistogramCompositeAggregationSource
    TermsCompositeAggregationSource
    Implements
    ICompositeAggregationSource
    Inherited Members
    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 abstract class CompositeAggregationSourceBase : ICompositeAggregationSource

    Constructors

    | Edit this page View Source

    CompositeAggregationSourceBase(string)

    Declaration
    protected CompositeAggregationSourceBase(string name)
    Parameters
    Type Name Description
    string name

    Properties

    | Edit this page View Source

    Field

    The field from which to extract value

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

    MissingBucket

    By default documents without a value for a given source are ignored. It is possible to include them in the response as null by setting this to true

    Declaration
    public bool? MissingBucket { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Order

    Defines the direction of sorting for each value source. Defaults to Ascending

    Declaration
    public SortOrder? Order { get; set; }
    Property Value
    Type Description
    SortOrder?
    | Edit this page View Source

    SourceType

    The type of the source

    Declaration
    protected abstract string SourceType { get; }
    Property Value
    Type Description
    string

    Implements

    ICompositeAggregationSource

    Extension Methods

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