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
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-csharp/algoliasearch/Models/Recommend/RankingInfo.cs
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -24,32 +24,26 @@ public RankingInfo() { }
24
24
/// <summary>
25
25
/// Initializes a new instance of the RankingInfo class.
26
26
/// </summary>
27
-
/// <param name="filters">Whether a filter matched the query. (required).</param>
28
27
/// <param name="firstMatchedWord">Position of the first matched word in the best matching attribute of the record. (required).</param>
29
28
/// <param name="geoDistance">Distance between the geo location in the search query and the best matching geo location in the record, divided by the geo precision (in meters). (required).</param>
30
29
/// <param name="nbExactWords">Number of exactly matched words. (required).</param>
31
30
/// <param name="nbTypos">Number of typos encountered when matching the record. (required).</param>
32
-
/// <param name="promoted">Whether the record was promoted by a rule. (required).</param>
33
31
/// <param name="userScore">Overall ranking of the record, expressed as a single integer. This attribute is internal. (required).</param>
34
-
/// <param name="words">Number of matched words. (required).</param>
0 commit comments