Fluxzero 1.171.0
1.171.0 (2026-05-16)
Features
feat(search): add fluent bulk document updates (
042fde8)Expose Fluxzero.bulkUpdate(collection) and DocumentStore.bulkUpdate(collection) as fluent builders for mixed index and delete operations.
The builder reuses existing index inference and applies updates through the existing document store bulk update path.
Tests: ./mvnw -pl sdk -am test