Class ExplainResponse<TDocument>
Inheritance
ExplainResponse<TDocument>
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
|
Edit this page
View Source
Get
Declaration
[DataMember(Name = "get")]
public IInlineGet<TDocument> Get { get; }
Property Value
|
Edit this page
View Source
Matched
Declaration
[DataMember(Name = "matched")]
public bool Matched { get; }
Property Value
Implements
Extension Methods