Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit a726d3c

Browse files
author
Clément Le Provost
committed
[offline][doc] Clarify documentation on batches of arbitrary write operations
1 parent 1b0deb9 commit a726d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algoliasearch/src/offline/java/com/algolia/search/saas/OfflineIndex.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@
6868
*
6969
* - **Partial updates** are not supported.
7070
*
71-
* - **Batch** operations are not supported.
72-
*
7371
* - **Replica indices** are not supported.
7472
*
7573
* ### Differences
@@ -78,6 +76,8 @@
7876
* is omitted in the new version, it reverts back to its default value. (This is in contrast with the online API,
7977
* where you can only specify the settings you want to change and omit the others.)
8078
*
79+
* - You cannot batch arbitrary write operations in a single method call (as you would do with {@link Index#batch(JSONArray)}).
80+
* However, all write operations are *de facto* batches, since they must be wrapped inside a transaction (see below).
8181
*
8282
* ## Operations
8383
*

0 commit comments

Comments
 (0)