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: algoliasearch/Models/Recommend/FallbackParams.cs
+1-52Lines changed: 1 addition & 52 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
namespaceAlgolia.Search.Models.Recommend;
13
13
14
14
/// <summary>
15
-
/// FallbackParams
15
+
/// Search parameters to use for a fallback request if there aren't enough recommendations.
16
16
/// </summary>
17
17
publicpartialclassFallbackParams
18
18
{
@@ -53,12 +53,6 @@ public FallbackParams() { }
53
53
[JsonPropertyName("filters")]
54
54
publicstringFilters{get;set;}
55
55
56
-
/// <summary>
57
-
/// Gets or Sets FacetFilters
58
-
/// </summary>
59
-
[JsonPropertyName("facetFilters")]
60
-
publicFacetFiltersFacetFilters{get;set;}
61
-
62
56
/// <summary>
63
57
/// Gets or Sets OptionalFilters
64
58
/// </summary>
@@ -221,13 +215,6 @@ public FallbackParams() { }
221
215
[JsonPropertyName("percentileComputation")]
222
216
publicbool?PercentileComputation{get;set;}
223
217
224
-
/// <summary>
225
-
/// Whether to enable A/B testing for this search.
226
-
/// </summary>
227
-
/// <value>Whether to enable A/B testing for this search.</value>
228
-
[JsonPropertyName("enableABTest")]
229
-
publicbool?EnableABTest{get;set;}
230
-
231
218
/// <summary>
232
219
/// Search query.
233
220
/// </summary>
@@ -382,13 +369,6 @@ public FallbackParams() { }
382
369
[JsonPropertyName("attributesToRetrieve")]
383
370
publicList<string>AttributesToRetrieve{get;set;}
384
371
385
-
/// <summary>
386
-
/// Determines the order in which Algolia returns your results. By default, each entry corresponds to a [ranking criteria](https://www.algolia.com/doc/guides/managing-results/relevance-overview/in-depth/ranking-criteria). The tie-breaking algorithm sequentially applies each criterion in the order they're specified. If you configure a replica index for [sorting by an attribute](https://www.algolia.com/doc/guides/managing-results/refine-results/sorting/how-to/sort-by-attribute), you put the sorting attribute at the top of the list. **Modifiers** - `asc(\"ATTRIBUTE\")`. Sort the index by the values of an attribute, in ascending order. - `desc(\"ATTRIBUTE\")`. Sort the index by the values of an attribute, in descending order. Before you modify the default setting, test your changes in the dashboard, and by [A/B testing](https://www.algolia.com/doc/guides/ab-testing/what-is-ab-testing).
387
-
/// </summary>
388
-
/// <value>Determines the order in which Algolia returns your results. By default, each entry corresponds to a [ranking criteria](https://www.algolia.com/doc/guides/managing-results/relevance-overview/in-depth/ranking-criteria). The tie-breaking algorithm sequentially applies each criterion in the order they're specified. If you configure a replica index for [sorting by an attribute](https://www.algolia.com/doc/guides/managing-results/refine-results/sorting/how-to/sort-by-attribute), you put the sorting attribute at the top of the list. **Modifiers** - `asc(\"ATTRIBUTE\")`. Sort the index by the values of an attribute, in ascending order. - `desc(\"ATTRIBUTE\")`. Sort the index by the values of an attribute, in descending order. Before you modify the default setting, test your changes in the dashboard, and by [A/B testing](https://www.algolia.com/doc/guides/ab-testing/what-is-ab-testing). </value>
389
-
[JsonPropertyName("ranking")]
390
-
publicList<string>Ranking{get;set;}
391
-
392
372
/// <summary>
393
373
/// Relevancy threshold below which less relevant results aren't included in the results You can only set `relevancyStrictness` on [virtual replica indices](https://www.algolia.com/doc/guides/managing-results/refine-results/sorting/in-depth/replicas/#what-are-virtual-replicas). Use this setting to strike a balance between the relevance and number of returned results.
394
374
/// </summary>
@@ -498,13 +478,6 @@ public FallbackParams() { }
498
478
[JsonPropertyName("decompoundQuery")]
499
479
publicbool?DecompoundQuery{get;set;}
500
480
501
-
/// <summary>
502
-
/// Whether to enable rules.
503
-
/// </summary>
504
-
/// <value>Whether to enable rules.</value>
505
-
[JsonPropertyName("enableRules")]
506
-
publicbool?EnableRules{get;set;}
507
-
508
481
/// <summary>
509
482
/// Whether to enable Personalization.
510
483
/// </summary>
@@ -623,7 +596,6 @@ public override string ToString()
0 commit comments