@@ -3741,8 +3741,9 @@ public CompletableFuture<UpdatedAtResponse> operationIndexAsync(
3741
3741
* IncrementSet value greater than 0. You can specify an operation by providing an object with the
3742
3742
* attribute to update as the key and its value being an object with the following properties: -
3743
3743
* _operation: the operation to apply on the attribute - value: the right-hand side argument to
3744
- * the operation, for example, increment or decrement step, value to add or remove. This operation
3745
- * is subject to [indexing rate
3744
+ * the operation, for example, increment or decrement step, value to add or remove. When updating
3745
+ * multiple attributes or using multiple operations targeting the same record, you should use a
3746
+ * single partial update for faster processing. This operation is subject to [indexing rate
3746
3747
* limits](https://support.algolia.com/hc/en-us/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
3747
3748
*
3748
3749
* @param indexName Name of the index on which to perform the operation. (required)
@@ -3787,8 +3788,9 @@ public UpdatedAtWithObjectIdResponse partialUpdateObject(
3787
3788
* IncrementSet value greater than 0. You can specify an operation by providing an object with the
3788
3789
* attribute to update as the key and its value being an object with the following properties: -
3789
3790
* _operation: the operation to apply on the attribute - value: the right-hand side argument to
3790
- * the operation, for example, increment or decrement step, value to add or remove. This operation
3791
- * is subject to [indexing rate
3791
+ * the operation, for example, increment or decrement step, value to add or remove. When updating
3792
+ * multiple attributes or using multiple operations targeting the same record, you should use a
3793
+ * single partial update for faster processing. This operation is subject to [indexing rate
3792
3794
* limits](https://support.algolia.com/hc/en-us/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
3793
3795
*
3794
3796
* @param indexName Name of the index on which to perform the operation. (required)
@@ -3830,8 +3832,9 @@ public UpdatedAtWithObjectIdResponse partialUpdateObject(
3830
3832
* IncrementSet value greater than 0. You can specify an operation by providing an object with the
3831
3833
* attribute to update as the key and its value being an object with the following properties: -
3832
3834
* _operation: the operation to apply on the attribute - value: the right-hand side argument to
3833
- * the operation, for example, increment or decrement step, value to add or remove. This operation
3834
- * is subject to [indexing rate
3835
+ * the operation, for example, increment or decrement step, value to add or remove. When updating
3836
+ * multiple attributes or using multiple operations targeting the same record, you should use a
3837
+ * single partial update for faster processing. This operation is subject to [indexing rate
3835
3838
* limits](https://support.algolia.com/hc/en-us/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
3836
3839
*
3837
3840
* @param indexName Name of the index on which to perform the operation. (required)
@@ -3873,8 +3876,9 @@ public UpdatedAtWithObjectIdResponse partialUpdateObject(
3873
3876
* IncrementSet value greater than 0. You can specify an operation by providing an object with the
3874
3877
* attribute to update as the key and its value being an object with the following properties: -
3875
3878
* _operation: the operation to apply on the attribute - value: the right-hand side argument to
3876
- * the operation, for example, increment or decrement step, value to add or remove. This operation
3877
- * is subject to [indexing rate
3879
+ * the operation, for example, increment or decrement step, value to add or remove. When updating
3880
+ * multiple attributes or using multiple operations targeting the same record, you should use a
3881
+ * single partial update for faster processing. This operation is subject to [indexing rate
3878
3882
* limits](https://support.algolia.com/hc/en-us/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
3879
3883
*
3880
3884
* @param indexName Name of the index on which to perform the operation. (required)
@@ -3914,7 +3918,9 @@ public UpdatedAtWithObjectIdResponse partialUpdateObject(
3914
3918
* providing an object with the attribute to update as the key and its value being an object with
3915
3919
* the following properties: - _operation: the operation to apply on the attribute - value: the
3916
3920
* right-hand side argument to the operation, for example, increment or decrement step, value to
3917
- * add or remove. This operation is subject to [indexing rate
3921
+ * add or remove. When updating multiple attributes or using multiple operations targeting the
3922
+ * same record, you should use a single partial update for faster processing. This operation is
3923
+ * subject to [indexing rate
3918
3924
* limits](https://support.algolia.com/hc/en-us/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
3919
3925
*
3920
3926
* @param indexName Name of the index on which to perform the operation. (required)
@@ -3972,7 +3978,9 @@ public CompletableFuture<UpdatedAtWithObjectIdResponse> partialUpdateObjectAsync
3972
3978
* providing an object with the attribute to update as the key and its value being an object with
3973
3979
* the following properties: - _operation: the operation to apply on the attribute - value: the
3974
3980
* right-hand side argument to the operation, for example, increment or decrement step, value to
3975
- * add or remove. This operation is subject to [indexing rate
3981
+ * add or remove. When updating multiple attributes or using multiple operations targeting the
3982
+ * same record, you should use a single partial update for faster processing. This operation is
3983
+ * subject to [indexing rate
3976
3984
* limits](https://support.algolia.com/hc/en-us/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
3977
3985
*
3978
3986
* @param indexName Name of the index on which to perform the operation. (required)
@@ -4015,7 +4023,9 @@ public CompletableFuture<UpdatedAtWithObjectIdResponse> partialUpdateObjectAsync
4015
4023
* providing an object with the attribute to update as the key and its value being an object with
4016
4024
* the following properties: - _operation: the operation to apply on the attribute - value: the
4017
4025
* right-hand side argument to the operation, for example, increment or decrement step, value to
4018
- * add or remove. This operation is subject to [indexing rate
4026
+ * add or remove. When updating multiple attributes or using multiple operations targeting the
4027
+ * same record, you should use a single partial update for faster processing. This operation is
4028
+ * subject to [indexing rate
4019
4029
* limits](https://support.algolia.com/hc/en-us/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
4020
4030
*
4021
4031
* @param indexName Name of the index on which to perform the operation. (required)
@@ -4058,7 +4068,9 @@ public CompletableFuture<UpdatedAtWithObjectIdResponse> partialUpdateObjectAsync
4058
4068
* providing an object with the attribute to update as the key and its value being an object with
4059
4069
* the following properties: - _operation: the operation to apply on the attribute - value: the
4060
4070
* right-hand side argument to the operation, for example, increment or decrement step, value to
4061
- * add or remove. This operation is subject to [indexing rate
4071
+ * add or remove. When updating multiple attributes or using multiple operations targeting the
4072
+ * same record, you should use a single partial update for faster processing. This operation is
4073
+ * subject to [indexing rate
4062
4074
* limits](https://support.algolia.com/hc/en-us/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
4063
4075
*
4064
4076
* @param indexName Name of the index on which to perform the operation. (required)
0 commit comments