Skip to content

Commit 8a20f1f

Browse files
committed
fix(specs): add rate limit info to records tag
1 parent 7c0cbb7 commit 8a20f1f

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

specs/search/spec.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ tags:
123123
url: https://www.algolia.com/doc/guides/security/api-keys/
124124
description: |
125125
Related guide: API keys.
126-
127126
- name: Clusters
128127
description: |
129128
Multi-cluster operations.
@@ -161,6 +160,7 @@ tags:
161160
Records are individual items in your index.
162161
When they match a search query, they're returned as search results, in the order determined by your ranking.
163162
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).
164164
externalDocs:
165165
url: https://www.algolia.com/doc/guides/sending-and-managing-data/prepare-your-data/
166166
description: |
@@ -224,7 +224,6 @@ paths:
224224
# ######################
225225
/{path}:
226226
$ref: '../common/paths/customRequest.yml'
227-
228227
# ########################
229228
# ### Search Endpoints ###
230229
# ########################
@@ -236,7 +235,6 @@ paths:
236235
$ref: 'paths/search/searchForFacetValues.yml'
237236
/1/indexes/{indexName}/browse:
238237
$ref: 'paths/search/browse.yml'
239-
240238
# #########################
241239
# ### Objects Endpoints ###
242240
# #########################
@@ -256,13 +254,11 @@ paths:
256254
$ref: 'paths/objects/multipleBatch.yml'
257255
/1/indexes/*/objects:
258256
$ref: 'paths/objects/getObjects.yml'
259-
260257
# ##########################
261258
# ### Settings Endpoints ###
262259
# ##########################
263260
/1/indexes/{indexName}/settings:
264261
$ref: 'paths/settings/settings.yml'
265-
266262
# ##########################
267263
# ### Synonyms Endpoints ###
268264
# ##########################
@@ -274,7 +270,6 @@ paths:
274270
$ref: 'paths/synonyms/clearSynonyms.yml'
275271
/1/indexes/{indexName}/synonyms/search:
276272
$ref: 'paths/synonyms/searchSynonyms.yml'
277-
278273
# ######################
279274
# ### Keys Endpoints ###
280275
# ######################
@@ -284,7 +279,6 @@ paths:
284279
$ref: 'paths/keys/key.yml'
285280
/1/keys/{key}/restore:
286281
$ref: 'paths/keys/restoreApiKey.yml'
287-
288282
# #######################
289283
# ### Rules Endpoints ###
290284
# #######################
@@ -296,7 +290,6 @@ paths:
296290
$ref: 'paths/rules/clearRules.yml'
297291
/1/indexes/{indexName}/rules/search:
298292
$ref: 'paths/rules/searchRules.yml'
299-
300293
# ##############################
301294
# ### Dictionaries Endpoints ###
302295
# ##############################
@@ -308,7 +301,6 @@ paths:
308301
$ref: 'paths/dictionaries/dictionarySettings.yml'
309302
/1/dictionaries/*/languages:
310303
$ref: 'paths/dictionaries/getDictionaryLanguages.yml'
311-
312304
# ###############################
313305
# ### MultiClusters Endpoints ###
314306
# ###############################
@@ -326,7 +318,6 @@ paths:
326318
$ref: 'paths/multiclusters/searchUserIds.yml'
327319
/1/clusters/mapping/pending:
328320
$ref: 'paths/multiclusters/hasPendingMappings.yml'
329-
330321
# #######################
331322
# ### Vault Endpoints ###
332323
# #######################
@@ -336,7 +327,6 @@ paths:
336327
$ref: 'paths/vault/appendSource.yml'
337328
/1/security/sources/{source}:
338329
$ref: 'paths/vault/deleteSource.yml'
339-
340330
# ##########################
341331
# ### Advanced Endpoints ###
342332
# ##########################
@@ -346,50 +336,37 @@ paths:
346336
$ref: 'paths/advanced/getAppTask.yml'
347337
/1/indexes/{indexName}/task/{taskID}:
348338
$ref: 'paths/advanced/getTask.yml'
349-
350339
# ################################
351340
# ### Manage Indices Endpoints ###
352341
# ################################
353342
/1/indexes/{indexName}/operation:
354343
$ref: 'paths/manage_indices/operationIndex.yml'
355344
/1/indexes:
356345
$ref: 'paths/manage_indices/listIndices.yml'
357-
358346
# ###############
359347
# ### Helpers ###
360348
# ###############
361349
/waitForApiKey:
362350
$ref: 'helpers/waitForApiKey.yml#/method'
363-
364351
/waitForTask:
365352
$ref: 'helpers/waitForTask.yml#/method'
366-
367353
/waitForAppTask:
368354
$ref: 'helpers/waitForAppTask.yml#/method'
369-
370355
/browseObjects:
371356
$ref: 'helpers/browseObjects.yml#/method'
372-
373357
/generateSecuredApiKey:
374358
$ref: 'helpers/generateSecuredApiKey.yml#/method'
375-
376359
/replaceAllObjects:
377360
$ref: 'helpers/replaceAllObjects.yml#/method'
378-
379361
/chunkedBatch:
380362
$ref: 'helpers/chunkedBatch.yml#/method'
381-
382363
/saveObjects:
383364
$ref: 'helpers/saveObjects.yml#/method'
384-
385365
/deleteObjects:
386366
$ref: 'helpers/deleteObjects.yml#/method'
387-
388367
/partialUpdateObjects:
389368
$ref: 'helpers/partialUpdateObjects.yml#/method'
390-
391369
/indexExists:
392370
$ref: 'helpers/indexExists.yml#/method'
393-
394371
/setClientApiKey:
395372
$ref: '../common/helpers/setClientApiKey.yml#/method'

0 commit comments

Comments
 (0)