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 328732f commit 434c57dCopy full SHA for 434c57d
src/Nest/DSL/Descriptors/SearchDescriptor.cs
@@ -169,7 +169,7 @@ public SearchDescriptor<T> Strict(bool strict = true)
169
internal bool? _Explain { get; set; }
170
[JsonProperty(PropertyName = "version")]
171
internal bool? _Version { get; set; }
172
- [JsonProperty(PropertyName = "track_scores ")]
+ [JsonProperty(PropertyName = "track_scores")]
173
internal bool? _TrackScores { get; set; }
174
175
[JsonProperty(PropertyName = "min_score")]
0 commit comments