Class InnerHitsMetadata
Inheritance
InnerHitsMetadata
Assembly: OpenSearch.Client.dll
public class InnerHitsMetadata
Properties
|
Edit this page
View Source
Declaration
[DataMember(Name = "hits")]
public List<IHit<ILazyDocument>> Hits { get; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "max_score")]
public double? MaxScore { get; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "total")]
public TotalHits Total { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public IEnumerable<T> Documents<T>() where T : class
Returns
Type Parameters
Extension Methods