Search Results for

    Show / Hide Table of Contents

    Class TopHitsAggregate

    Inheritance
    object
    MetricAggregateBase
    TopHitsAggregate
    Implements
    IAggregate
    Inherited Members
    MetricAggregateBase.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 TopHitsAggregate : MetricAggregateBase, IAggregate

    Constructors

    | Edit this page View Source

    TopHitsAggregate()

    Declaration
    public TopHitsAggregate()

    Properties

    | Edit this page View Source

    MaxScore

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

    Total

    Declaration
    public TotalHits Total { get; set; }
    Property Value
    Type Description
    TotalHits

    Methods

    | Edit this page View Source

    Documents<TDocument>()

    Declaration
    public IReadOnlyCollection<TDocument> Documents<TDocument>() where TDocument : class
    Returns
    Type Description
    IReadOnlyCollection<TDocument>
    Type Parameters
    Name Description
    TDocument
    | Edit this page View Source

    Hits<TDocument>()

    Declaration
    public IReadOnlyCollection<IHit<TDocument>> Hits<TDocument>() where TDocument : class
    Returns
    Type Description
    IReadOnlyCollection<IHit<TDocument>>
    Type Parameters
    Name Description
    TDocument

    Implements

    IAggregate

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • TopHitsAggregate()
    • Properties
      • MaxScore
      • Total
    • Methods
      • Documents<TDocument>()
      • Hits<TDocument>()
    • Implements
    • Extension Methods
    Back to top Generated by DocFX