We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd94ca commit 3fa4000Copy full SHA for 3fa4000
src/Nest/DSL/Aggregations/TermsAggregationDescriptor.cs
@@ -89,7 +89,7 @@ public TermsAggregationDescriptor<T> OrderAscending(string key)
89
90
public TermsAggregationDescriptor<T> OrderDescending(string key)
91
{
92
- this._Order = new Dictionary<string, string> { {key, "asc"}};
+ this._Order = new Dictionary<string, string> { {key, "desc"}};
93
return this;
94
}
95
0 commit comments