Search Results for

    Show / Hide Table of Contents

    Interface ITopHitsAggregation

    Inherited Members
    IMetricAggregation.Field
    IMetricAggregation.Missing
    IMetricAggregation.Script
    IAggregation.Meta
    IAggregation.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ITopHitsAggregation : IMetricAggregation, IAggregation

    Properties

    | Edit this page View Source

    DocValueFields

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

    Explain

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

    From

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

    Highlight

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

    ScriptFields

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

    Size

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

    Sort

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

    Source

    Declaration
    [DataMember(Name = "_source")]
    Union<bool, ISourceFilter> Source { get; set; }
    Property Value
    Type Description
    Union<bool, ISourceFilter>
    | Edit this page View Source

    StoredFields

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

    TrackScores

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

    Version

    Declaration
    [DataMember(Name = "version")]
    bool? Version { get; set; }
    Property Value
    Type Description
    bool?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DocValueFields
      • Explain
      • From
      • Highlight
      • ScriptFields
      • Size
      • Sort
      • Source
      • StoredFields
      • TrackScores
      • Version
    • Extension Methods
    Back to top Generated by DocFX