We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4dbaa commit b0fbf5aCopy full SHA for b0fbf5a
src/Nest/DSL/MultiPercolate/IPercolateOperation.cs
@@ -18,7 +18,7 @@ public interface IPercolateOperation
18
[JsonProperty(PropertyName = "track_scores")]
19
bool? TrackScores { get; set; }
20
21
- [JsonProperty(PropertyName = "score")]
+ [JsonProperty(PropertyName = "sort")]
22
[JsonConverter(typeof(DictionaryKeysAreNotPropertyNamesJsonConverter))]
23
IDictionary<PropertyPathMarker, ISort> Sort { get; set; }
24
0 commit comments