algolia / algoliasearch-client-java

⚡️ A fully-featured and blazing-fast Java API client to interact with Algolia.
https://www.algolia.com/doc/api-client/getting-started/install/java/
MIT License
46 stars 33 forks source link

feat(indexing): add 'IncrementFrom' and 'IncrementSet' operations #716

Closed aallam closed 4 years ago

aallam commented 4 years ago
Q A
Bug fix? no
New feature? yes
BC breaks? yes
Related Issue Fix #710
Need Doc update yes

Describe your change

The built-in operations IncrementFrom and IncrementSetguarantee that the update will be idempotent, as those operations will force the update to be rejected if applied more than once.