Uses of Interface
io.fluxzero.common.api.search.BulkUpdate
Packages that use BulkUpdate
-
Uses of BulkUpdate in io.fluxzero.common.api.search.bulkupdate
Classes in io.fluxzero.common.api.search.bulkupdate that implement BulkUpdateModifier and TypeClassDescriptionclassA bulk update operation that deletes a document from a given collection using its ID.classA bulk update operation that indexes (inserts or replaces) a document in the store.classA bulk update operation that indexes a document only if it does not already exist in the store. -
Uses of BulkUpdate in io.fluxzero.sdk.persisting.search
Methods in io.fluxzero.sdk.persisting.search that return BulkUpdateModifier and TypeMethodDescriptionDefaultIndexOperation.toBulkUpdate()IndexOperation.toBulkUpdate()Converts the current state of the IndexOperation into aBulkUpdateinstance.Methods in io.fluxzero.sdk.persisting.search with parameters of type BulkUpdateMethod parameters in io.fluxzero.sdk.persisting.search with type arguments of type BulkUpdateModifier and TypeMethodDescriptionDefaultDocumentStore.bulkUpdate(Collection<? extends BulkUpdate> updates, Guarantee guarantee) default CompletableFuture<Void> DocumentStore.bulkUpdate(Collection<? extends BulkUpdate> updates) Applies a batch of document updates, usingGuarantee.STORED.DocumentStore.bulkUpdate(Collection<? extends BulkUpdate> updates, Guarantee guarantee) Applies a batch of document updates, using givenGuarantee.