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.
2 parents 9abd60a + 45c4d60 commit 2d6c1a6Copy full SHA for 2d6c1a6
src/Nest/Search/Suggesters/SuggestOption.cs
@@ -66,5 +66,8 @@ public class SuggestOption<TDocument> where TDocument : class
66
67
[JsonProperty("score")]
68
internal double? SuggestScore { get; set; }
69
+
70
+ [JsonProperty("fields")]
71
+ public FieldValues Fields { get; internal set; }
72
}
73
0 commit comments