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 07c75f7 commit 45c4d60Copy full SHA for 45c4d60
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