Search Results for

    Show / Hide Table of Contents

    Interface IHitsMetadata<T>

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IHitsMetadata<out T> where T : class
    Type Parameters
    Name Description
    T

    Properties

    | Edit this page View Source

    Hits

    Declaration
    [DataMember(Name = "hits")]
    IReadOnlyCollection<IHit<out T>> Hits { get; }
    Property Value
    Type Description
    IReadOnlyCollection<IHit<T>>
    | Edit this page View Source

    MaxScore

    Declaration
    [DataMember(Name = "max_score")]
    double? MaxScore { get; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Total

    Declaration
    [DataMember(Name = "total")]
    TotalHits Total { get; }
    Property Value
    Type Description
    TotalHits

    Extension Methods

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