Class TopHitsAggregation
Inheritance
TopHitsAggregation
Assembly: OpenSearch.Client.dll
Syntax
public class TopHitsAggregation : MetricAggregationBase, ITopHitsAggregation, IMetricAggregation, IAggregation
Constructors
|
Edit this page
View Source
TopHitsAggregation(string)
Declaration
public TopHitsAggregation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
DocValueFields
Declaration
public Fields DocValueFields { get; set; }
Property Value
|
Edit this page
View Source
Explain
Declaration
public bool? Explain { get; set; }
Property Value
|
Edit this page
View Source
From
Declaration
public int? From { get; set; }
Property Value
|
Edit this page
View Source
Highlight
Declaration
public IHighlight Highlight { get; set; }
Property Value
|
Edit this page
View Source
ScriptFields
Declaration
public IScriptFields ScriptFields { get; set; }
Property Value
|
Edit this page
View Source
Size
Declaration
public int? Size { get; set; }
Property Value
|
Edit this page
View Source
Sort
Declaration
public IList<ISort> Sort { get; set; }
Property Value
|
Edit this page
View Source
Source
Declaration
public Union<bool, ISourceFilter> Source { get; set; }
Property Value
|
Edit this page
View Source
StoredFields
Declaration
public Fields StoredFields { get; set; }
Property Value
|
Edit this page
View Source
TrackScores
Declaration
public bool? TrackScores { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
public bool? Version { get; set; }
Property Value
Implements
Extension Methods