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
/// Add a suggestion string to an auto-complete suggestion dictionary. This is disconnected from the index definitions, and leaves creating and updating suggestino dictionaries to the user.
341
+
/// </summary>
342
+
/// <param name="value">the suggestion string we index</param>
343
+
/// <param name="score">a floating point number of the suggestion string's weight</param>
344
+
/// <param name="increment">if set, we increment the existing entry of the suggestion by the given score, instead of replacing the score. This is useful for updating the dictionary based on user queries in real time</param>
345
+
/// <returns>the current size of the suggestion dictionary.</returns>
/// Add a suggestion string to an auto-complete suggestion dictionary. This is disconnected from the index definitions, and leaves creating and updating suggestino dictionaries to the user.
356
+
/// </summary>
357
+
/// <param name="value">the suggestion string we index</param>
358
+
/// <param name="score">a floating point number of the suggestion string's weight</param>
359
+
/// <param name="increment">if set, we increment the existing entry of the suggestion by the given score, instead of replacing the score. This is useful for updating the dictionary based on user queries in real time</param>
360
+
/// <returns>the current size of the suggestion dictionary.</returns>
0 commit comments