Search Results for

    Show / Hide Table of Contents

    Class ExplainResponse<TDocument>

    Inheritance
    object
    ResponseBase
    ExplainResponse<TDocument>
    Implements
    IExplainResponse<TDocument>
    IResponse
    IOpenSearchResponse
    Inherited Members
    ResponseBase.ApiCall
    ResponseBase.DebugInformation
    ResponseBase.IsValid
    ResponseBase.OriginalException
    ResponseBase.ServerError
    ResponseBase.DebugIsValid(StringBuilder)
    ResponseBase.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    [DataContract]
    public class ExplainResponse<TDocument> : ResponseBase, IExplainResponse<TDocument>, IResponse, IOpenSearchResponse where TDocument : class
    Type Parameters
    Name Description
    TDocument

    Properties

    | Edit this page View Source

    Explanation

    Declaration
    [DataMember(Name = "explanation")]
    public ExplanationDetail Explanation { get; }
    Property Value
    Type Description
    ExplanationDetail
    | Edit this page View Source

    Get

    Declaration
    [DataMember(Name = "get")]
    public IInlineGet<TDocument> Get { get; }
    Property Value
    Type Description
    IInlineGet<TDocument>
    | Edit this page View Source

    Matched

    Declaration
    [DataMember(Name = "matched")]
    public bool Matched { get; }
    Property Value
    Type Description
    bool

    Implements

    IExplainResponse<TDocument>
    IResponse
    IOpenSearchResponse

    Extension Methods

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