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
@@ -142,34 +127,13 @@ public BaseSearchResponse(int hitsPerPage, int nbHits, int nbPages, int page, in
142
127
[JsonPropertyName("message")]
143
128
publicstringMessage{get;set;}
144
129
145
-
/// <summary>
146
-
/// Number of results (hits).
147
-
/// </summary>
148
-
/// <value>Number of results (hits).</value>
149
-
[JsonPropertyName("nbHits")]
150
-
publicintNbHits{get;set;}
151
-
152
-
/// <summary>
153
-
/// Number of pages of results.
154
-
/// </summary>
155
-
/// <value>Number of pages of results.</value>
156
-
[JsonPropertyName("nbPages")]
157
-
publicintNbPages{get;set;}
158
-
159
130
/// <summary>
160
131
/// Number of hits selected and sorted by the relevant sort algorithm.
161
132
/// </summary>
162
133
/// <value>Number of hits selected and sorted by the relevant sort algorithm.</value>
163
134
[JsonPropertyName("nbSortedHits")]
164
135
publicint?NbSortedHits{get;set;}
165
136
166
-
/// <summary>
167
-
/// Page of search results to retrieve.
168
-
/// </summary>
169
-
/// <value>Page of search results to retrieve.</value>
170
-
[JsonPropertyName("page")]
171
-
publicintPage{get;set;}
172
-
173
137
/// <summary>
174
138
/// Post-[normalization](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/#what-does-normalization-mean) query string that will be searched.
175
139
/// </summary>
@@ -262,14 +226,10 @@ public override string ToString()
@@ -140,34 +133,13 @@ public RecommendationsResults(int hitsPerPage, int nbHits, int nbPages, int page
140
133
[JsonPropertyName("message")]
141
134
publicstringMessage{get;set;}
142
135
143
-
/// <summary>
144
-
/// Number of results (hits).
145
-
/// </summary>
146
-
/// <value>Number of results (hits).</value>
147
-
[JsonPropertyName("nbHits")]
148
-
publicintNbHits{get;set;}
149
-
150
-
/// <summary>
151
-
/// Number of pages of results.
152
-
/// </summary>
153
-
/// <value>Number of pages of results.</value>
154
-
[JsonPropertyName("nbPages")]
155
-
publicintNbPages{get;set;}
156
-
157
136
/// <summary>
158
137
/// Number of hits selected and sorted by the relevant sort algorithm.
159
138
/// </summary>
160
139
/// <value>Number of hits selected and sorted by the relevant sort algorithm.</value>
161
140
[JsonPropertyName("nbSortedHits")]
162
141
publicint?NbSortedHits{get;set;}
163
142
164
-
/// <summary>
165
-
/// Page of search results to retrieve.
166
-
/// </summary>
167
-
/// <value>Page of search results to retrieve.</value>
168
-
[JsonPropertyName("page")]
169
-
publicintPage{get;set;}
170
-
171
143
/// <summary>
172
144
/// Post-[normalization](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/#what-does-normalization-mean) query string that will be searched.
173
145
/// </summary>
@@ -236,6 +208,34 @@ public RecommendationsResults(int hitsPerPage, int nbHits, int nbPages, int page
236
208
[JsonPropertyName("queryID")]
237
209
publicstringQueryID{get;set;}
238
210
211
+
/// <summary>
212
+
/// Page of search results to retrieve.
213
+
/// </summary>
214
+
/// <value>Page of search results to retrieve.</value>
215
+
[JsonPropertyName("page")]
216
+
publicintPage{get;set;}
217
+
218
+
/// <summary>
219
+
/// Number of results (hits).
220
+
/// </summary>
221
+
/// <value>Number of results (hits).</value>
222
+
[JsonPropertyName("nbHits")]
223
+
publicintNbHits{get;set;}
224
+
225
+
/// <summary>
226
+
/// Number of pages of results.
227
+
/// </summary>
228
+
/// <value>Number of pages of results.</value>
229
+
[JsonPropertyName("nbPages")]
230
+
publicintNbPages{get;set;}
231
+
232
+
/// <summary>
233
+
/// Number of hits per page.
234
+
/// </summary>
235
+
/// <value>Number of hits per page.</value>
236
+
[JsonPropertyName("hitsPerPage")]
237
+
publicintHitsPerPage{get;set;}
238
+
239
239
/// <summary>
240
240
/// Gets or Sets Hits
241
241
/// </summary>
@@ -260,14 +260,10 @@ public override string ToString()
0 commit comments