Search Results for

    Show / Hide Table of Contents

    Class InnerHitsResult

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

    Properties

    | Edit this page View Source

    Hits

    Declaration
    [DataMember(Name = "hits")]
    public InnerHitsMetadata Hits { get; }
    Property Value
    Type Description
    InnerHitsMetadata

    Methods

    | Edit this page View Source

    Documents<T>()

    Retrieve Hits documents as a strongly typed collection

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

    The hits document type

    Extension Methods

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