Skip to content

Commit ad9a87b

Browse files
algolia-botJerska
andcommitted
docs(partialUpdate): add note about multiple operations (generated)
algolia/api-clients-automation#4721 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Matthieu Dumont <[email protected]>
1 parent 2062fdb commit ad9a87b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/scala/algoliasearch/api/SearchClient.scala

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,8 +1245,9 @@ class SearchClient(
12451245
* the object. If the object doesn't exist yet, the engine only creates it if you pass an IncrementSet value greater
12461246
* than 0. You can specify an operation by providing an object with the attribute to update as the key and its value
12471247
* being an object with the following properties: - _operation: the operation to apply on the attribute - value: the
1248-
* right-hand side argument to the operation, for example, increment or decrement step, value to add or remove. This
1249-
* operation is subject to [indexing rate
1248+
* right-hand side argument to the operation, for example, increment or decrement step, value to add or remove. When
1249+
* updating multiple attributes or using multiple operations targeting the same record, you should use a single
1250+
* partial update for faster processing. This operation is subject to [indexing rate
12501251
* limits](https://support.algolia.com/hc/en-us/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
12511252
*
12521253
* Required API Key ACLs:

0 commit comments

Comments
 (0)