You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Determines if the user selection count should be added to the score. This can be useful when set to false to allow the result sequence order to be the same everytime instead of changing based on selection.
268
+
/// </summary>
269
+
publicboolAddSelectedCount{get;set;}=true;
270
+
271
+
/// <summary>
272
+
/// Maximum score. This can be useful when set one result to the top by default. This is the score for the results set to the topmost by users.
273
+
/// </summary>
274
+
publicconstintMaxScore=int.MaxValue;
275
+
266
276
/// <summary>
267
277
/// Info of the preview section of a <see cref="Result"/>
0 commit comments