Search Results for

    Show / Hide Table of Contents

    Class TopHitsAggregation

    Inheritance
    object
    AggregationBase
    MetricAggregationBase
    TopHitsAggregation
    Implements
    ITopHitsAggregation
    IMetricAggregation
    IAggregation
    Inherited Members
    MetricAggregationBase.Field
    MetricAggregationBase.Missing
    MetricAggregationBase.Script
    AggregationBase.Meta
    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 TopHitsAggregation : MetricAggregationBase, ITopHitsAggregation, IMetricAggregation, IAggregation

    Constructors

    | Edit this page View Source

    TopHitsAggregation(string)

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

    Properties

    | Edit this page View Source

    DocValueFields

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

    Explain

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

    From

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

    Highlight

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

    ScriptFields

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

    Size

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

    Sort

    Declaration
    public IList<ISort> Sort { get; set; }
    Property Value
    Type Description
    IList<ISort>
    | Edit this page View Source

    Source

    Declaration
    public Union<bool, ISourceFilter> Source { get; set; }
    Property Value
    Type Description
    Union<bool, ISourceFilter>
    | Edit this page View Source

    StoredFields

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

    TrackScores

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

    Version

    Declaration
    public bool? Version { get; set; }
    Property Value
    Type Description
    bool?

    Implements

    ITopHitsAggregation
    IMetricAggregation
    IAggregation

    Extension Methods

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