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
/// Executes a synchronous search for the provided search requests, with certainty that we will only request Algolia records (hits). Results will be received in the same order as the queries.
252
+
/// </summary>
253
+
/// <param name="client">Search client</param>
254
+
/// <param name="requests">A list of search requests to be executed.</param>
255
+
/// <param name="searchStrategy">The search strategy to be employed during the search. (optional)</param>
256
+
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
257
+
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
258
+
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
259
+
/// <exception cref="Algolia.Search.Exceptions.AlgoliaApiException">Thrown when the API call was rejected by Algolia</exception>
260
+
/// <exception cref="Algolia.Search.Exceptions.AlgoliaUnreachableHostException">Thrown when the client failed to call the endpoint</exception>
261
+
/// <returns>Task of List{SearchResponse{T}}</returns>
/// Executes a synchronous search for the provided search requests, with certainty that we will only request Algolia records (hits). Results will be received in the same order as the queries. (Synchronous version)
274
+
/// </summary>
275
+
/// <param name="client">Search client</param>
276
+
/// <param name="requests">A list of search requests to be executed.</param>
277
+
/// <param name="searchStrategy">The search strategy to be employed during the search. (optional)</param>
278
+
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
279
+
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
280
+
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
281
+
/// <exception cref="Algolia.Search.Exceptions.AlgoliaApiException">Thrown when the API call was rejected by Algolia</exception>
282
+
/// <exception cref="Algolia.Search.Exceptions.AlgoliaUnreachableHostException">Thrown when the client failed to call the endpoint</exception>
283
+
/// <returns>Task of List{SearchResponse{T}}</returns>
/// Executes a synchronous search for the provided search requests, with certainty that we will only request Algolia facets. Results will be received in the same order as the queries.
293
+
/// </summary>
294
+
/// <param name="client">Search client</param>
295
+
/// <param name="requests">A list of search requests to be executed.</param>
296
+
/// <param name="searchStrategy">The search strategy to be employed during the search. (optional)</param>
297
+
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
298
+
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
299
+
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
300
+
/// <exception cref="Algolia.Search.Exceptions.AlgoliaApiException">Thrown when the API call was rejected by Algolia</exception>
301
+
/// <exception cref="Algolia.Search.Exceptions.AlgoliaUnreachableHostException">Thrown when the client failed to call the endpoint</exception>
302
+
/// <returns>Task of List{SearchResponse{T}}</returns>
/// Executes a synchronous search for the provided search requests, with certainty that we will only request Algolia facets. Results will be received in the same order as the queries.
315
+
/// </summary>
316
+
/// <param name="client">Search client</param>
317
+
/// <param name="requests">A list of search requests to be executed.</param>
318
+
/// <param name="searchStrategy">The search strategy to be employed during the search. (optional)</param>
319
+
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
320
+
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
321
+
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
322
+
/// <exception cref="Algolia.Search.Exceptions.AlgoliaApiException">Thrown when the API call was rejected by Algolia</exception>
323
+
/// <exception cref="Algolia.Search.Exceptions.AlgoliaUnreachableHostException">Thrown when the client failed to call the endpoint</exception>
324
+
/// <returns>Task of List{SearchResponse{T}}</returns>
0 commit comments