Search Results for

    Show / Hide Table of Contents

    Class InnerHitsMetadata

    Inheritance
    object
    InnerHitsMetadata
    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 InnerHitsMetadata

    Properties

    | Edit this page View Source

    Hits

    Declaration
    [DataMember(Name = "hits")]
    public List<IHit<ILazyDocument>> Hits { get; }
    Property Value
    Type Description
    List<IHit<ILazyDocument>>
    | 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

    Methods

    | Edit this page View Source

    Documents<T>()

    Declaration
    public IEnumerable<T> Documents<T>() where T : class
    Returns
    Type Description
    IEnumerable<T>
    Type Parameters
    Name Description
    T

    Extension Methods

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