Search Results for

    Show / Hide Table of Contents

    Interface IExplainRequest

    Inherited Members
    IRequest<ExplainRequestParameters>.RequestParameters
    IRequest.ContentType
    IRequest.HttpMethod
    IRequest.RouteValues
    IRequest.GetUrl(IConnectionSettingsValues)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IExplainRequest : IRequest<ExplainRequestParameters>, IRequest

    Properties

    | Edit this page View Source

    Id

    Declaration
    [IgnoreDataMember]
    Id Id { get; }
    Property Value
    Type Description
    Id
    | Edit this page View Source

    Index

    Declaration
    [IgnoreDataMember]
    IndexName Index { get; }
    Property Value
    Type Description
    IndexName
    | Edit this page View Source

    Query

    Declaration
    [DataMember(Name = "query")]
    QueryContainer Query { get; set; }
    Property Value
    Type Description
    QueryContainer
    | Edit this page View Source

    StoredFields

    Declaration
    [DataMember(Name = "stored_fields")]
    Fields StoredFields { get; set; }
    Property Value
    Type Description
    Fields

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Id
      • Index
      • Query
      • StoredFields
    • Extension Methods
    Back to top Generated by DocFX