@@ -123,7 +123,6 @@ tags:
123
123
url : https://www.algolia.com/doc/guides/security/api-keys/
124
124
description : |
125
125
Related guide: API keys.
126
-
127
126
- name : Clusters
128
127
description : |
129
128
Multi-cluster operations.
@@ -161,6 +160,7 @@ tags:
161
160
Records are individual items in your index.
162
161
When they match a search query, they're returned as search results, in the order determined by your ranking.
163
162
Records are schemaless JSON objects.
163
+ When adding or updating many records, check the [indexing rate limits](https://support.algolia.com/hc/en-us/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
164
164
externalDocs :
165
165
url : https://www.algolia.com/doc/guides/sending-and-managing-data/prepare-your-data/
166
166
description : |
@@ -224,7 +224,6 @@ paths:
224
224
# ######################
225
225
/{path} :
226
226
$ref : ' ../common/paths/customRequest.yml'
227
-
228
227
# ########################
229
228
# ### Search Endpoints ###
230
229
# ########################
@@ -236,7 +235,6 @@ paths:
236
235
$ref : ' paths/search/searchForFacetValues.yml'
237
236
/1/indexes/{indexName}/browse :
238
237
$ref : ' paths/search/browse.yml'
239
-
240
238
# #########################
241
239
# ### Objects Endpoints ###
242
240
# #########################
@@ -256,13 +254,11 @@ paths:
256
254
$ref : ' paths/objects/multipleBatch.yml'
257
255
/1/indexes/*/objects :
258
256
$ref : ' paths/objects/getObjects.yml'
259
-
260
257
# ##########################
261
258
# ### Settings Endpoints ###
262
259
# ##########################
263
260
/1/indexes/{indexName}/settings :
264
261
$ref : ' paths/settings/settings.yml'
265
-
266
262
# ##########################
267
263
# ### Synonyms Endpoints ###
268
264
# ##########################
@@ -274,7 +270,6 @@ paths:
274
270
$ref : ' paths/synonyms/clearSynonyms.yml'
275
271
/1/indexes/{indexName}/synonyms/search :
276
272
$ref : ' paths/synonyms/searchSynonyms.yml'
277
-
278
273
# ######################
279
274
# ### Keys Endpoints ###
280
275
# ######################
@@ -284,7 +279,6 @@ paths:
284
279
$ref : ' paths/keys/key.yml'
285
280
/1/keys/{key}/restore :
286
281
$ref : ' paths/keys/restoreApiKey.yml'
287
-
288
282
# #######################
289
283
# ### Rules Endpoints ###
290
284
# #######################
@@ -296,7 +290,6 @@ paths:
296
290
$ref : ' paths/rules/clearRules.yml'
297
291
/1/indexes/{indexName}/rules/search :
298
292
$ref : ' paths/rules/searchRules.yml'
299
-
300
293
# ##############################
301
294
# ### Dictionaries Endpoints ###
302
295
# ##############################
@@ -308,7 +301,6 @@ paths:
308
301
$ref : ' paths/dictionaries/dictionarySettings.yml'
309
302
/1/dictionaries/*/languages :
310
303
$ref : ' paths/dictionaries/getDictionaryLanguages.yml'
311
-
312
304
# ###############################
313
305
# ### MultiClusters Endpoints ###
314
306
# ###############################
@@ -326,7 +318,6 @@ paths:
326
318
$ref : ' paths/multiclusters/searchUserIds.yml'
327
319
/1/clusters/mapping/pending :
328
320
$ref : ' paths/multiclusters/hasPendingMappings.yml'
329
-
330
321
# #######################
331
322
# ### Vault Endpoints ###
332
323
# #######################
@@ -336,7 +327,6 @@ paths:
336
327
$ref : ' paths/vault/appendSource.yml'
337
328
/1/security/sources/{source} :
338
329
$ref : ' paths/vault/deleteSource.yml'
339
-
340
330
# ##########################
341
331
# ### Advanced Endpoints ###
342
332
# ##########################
@@ -346,50 +336,37 @@ paths:
346
336
$ref : ' paths/advanced/getAppTask.yml'
347
337
/1/indexes/{indexName}/task/{taskID} :
348
338
$ref : ' paths/advanced/getTask.yml'
349
-
350
339
# ################################
351
340
# ### Manage Indices Endpoints ###
352
341
# ################################
353
342
/1/indexes/{indexName}/operation :
354
343
$ref : ' paths/manage_indices/operationIndex.yml'
355
344
/1/indexes :
356
345
$ref : ' paths/manage_indices/listIndices.yml'
357
-
358
346
# ###############
359
347
# ### Helpers ###
360
348
# ###############
361
349
/waitForApiKey :
362
350
$ref : ' helpers/waitForApiKey.yml#/method'
363
-
364
351
/waitForTask :
365
352
$ref : ' helpers/waitForTask.yml#/method'
366
-
367
353
/waitForAppTask :
368
354
$ref : ' helpers/waitForAppTask.yml#/method'
369
-
370
355
/browseObjects :
371
356
$ref : ' helpers/browseObjects.yml#/method'
372
-
373
357
/generateSecuredApiKey :
374
358
$ref : ' helpers/generateSecuredApiKey.yml#/method'
375
-
376
359
/replaceAllObjects :
377
360
$ref : ' helpers/replaceAllObjects.yml#/method'
378
-
379
361
/chunkedBatch :
380
362
$ref : ' helpers/chunkedBatch.yml#/method'
381
-
382
363
/saveObjects :
383
364
$ref : ' helpers/saveObjects.yml#/method'
384
-
385
365
/deleteObjects :
386
366
$ref : ' helpers/deleteObjects.yml#/method'
387
-
388
367
/partialUpdateObjects :
389
368
$ref : ' helpers/partialUpdateObjects.yml#/method'
390
-
391
369
/indexExists :
392
370
$ref : ' helpers/indexExists.yml#/method'
393
-
394
371
/setClientApiKey :
395
372
$ref : ' ../common/helpers/setClientApiKey.yml#/method'
0 commit comments