Search Results for

    Show / Hide Table of Contents

    Class HitsMetadata<T>

    Inheritance
    object
    HitsMetadata<T>
    Implements
    IHitsMetadata<T>
    Inherited Members
    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 HitsMetadata<T> : IHitsMetadata<T> where T : class
    Type Parameters
    Name Description
    T

    Properties

    | Edit this page View Source

    Hits

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

    MaxScore

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

    Total

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

    Implements

    IHitsMetadata<T>

    Extension Methods

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