Interface IExplainRequest
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
|
Edit this page
View Source
Index
Declaration
[IgnoreDataMember]
IndexName Index { get; }
Property Value
|
Edit this page
View Source
Query
Declaration
[DataMember(Name = "query")]
QueryContainer Query { get; set; }
Property Value
|
Edit this page
View Source
StoredFields
Declaration
[DataMember(Name = "stored_fields")]
Fields StoredFields { get; set; }
Property Value
Extension Methods