Search Results for

    Show / Hide Table of Contents

    Interface ICompositeAggregationSource

    A values source for ICompositeAggregation

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ICompositeAggregationSource

    Properties

    | Edit this page View Source

    Field

    The field from which to extract value

    Declaration
    [DataMember(Name = "field")]
    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
    [DataMember(Name = "missing_bucket")]
    bool? MissingBucket { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Name

    The name of the source

    Declaration
    [IgnoreDataMember]
    string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Order

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

    Declaration
    [DataMember(Name = "order")]
    SortOrder? Order { get; set; }
    Property Value
    Type Description
    SortOrder?
    | Edit this page View Source

    SourceType

    The type of the source

    Declaration
    [IgnoreDataMember]
    string SourceType { get; }
    Property Value
    Type Description
    string

    Extension Methods

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