Class TopHitsAggregate
Inheritance
TopHitsAggregate
Assembly: OpenSearch.Client.dll
Syntax
public class TopHitsAggregate : MetricAggregateBase, IAggregate
Constructors
|
Edit this page
View Source
TopHitsAggregate()
Declaration
public TopHitsAggregate()
Properties
|
Edit this page
View Source
MaxScore
Declaration
public double? MaxScore { get; set; }
Property Value
|
Edit this page
View Source
Total
Declaration
public TotalHits Total { get; set; }
Property Value
Methods
|
Edit this page
View Source
Documents<TDocument>()
Declaration
public IReadOnlyCollection<TDocument> Documents<TDocument>() where TDocument : class
Returns
Type Parameters
Name |
Description |
TDocument |
|
|
Edit this page
View Source
Hits<TDocument>()
Declaration
public IReadOnlyCollection<IHit<TDocument>> Hits<TDocument>() where TDocument : class
Returns
Type Parameters
Name |
Description |
TDocument |
|
Implements
Extension Methods