Search Results for

    Show / Hide Table of Contents

    Interface ITermsAggregation

    Inherited Members
    IBucketAggregation.Aggregations
    IAggregation.Meta
    IAggregation.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ITermsAggregation : IBucketAggregation, IAggregation

    Properties

    | Edit this page View Source

    CollectMode

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

    Exclude

    Declaration
    [DataMember(Name = "exclude")]
    TermsExclude Exclude { get; set; }
    Property Value
    Type Description
    TermsExclude
    | Edit this page View Source

    ExecutionHint

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

    Field

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

    Include

    Declaration
    [DataMember(Name = "include")]
    TermsInclude Include { get; set; }
    Property Value
    Type Description
    TermsInclude
    | Edit this page View Source

    MinimumDocumentCount

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

    Missing

    Declaration
    [DataMember(Name = "missing")]
    object Missing { get; set; }
    Property Value
    Type Description
    object
    | Edit this page View Source

    Order

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

    Script

    Declaration
    [DataMember(Name = "script")]
    IScript Script { get; set; }
    Property Value
    Type Description
    IScript
    | Edit this page View Source

    ShardSize

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

    ShowTermDocCountError

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

    Size

    Declaration
    [DataMember(Name = "size")]
    int? Size { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • CollectMode
      • Exclude
      • ExecutionHint
      • Field
      • Include
      • MinimumDocumentCount
      • Missing
      • Order
      • Script
      • ShardSize
      • ShowTermDocCountError
      • Size
    • Extension Methods
    Back to top Generated by DocFX