Uses of Class
io.fluxcapacitor.common.api.search.DocumentUpdate
Packages that use DocumentUpdate
Package
Description
-
Uses of DocumentUpdate in io.fluxcapacitor.javaclient.persisting.search
Methods in io.fluxcapacitor.javaclient.persisting.search that return DocumentUpdate -
Uses of DocumentUpdate in io.fluxcapacitor.javaclient.persisting.search.client
Method parameters in io.fluxcapacitor.javaclient.persisting.search.client with type arguments of type DocumentUpdateModifier and TypeMethodDescriptionInMemorySearchStore.bulkUpdate
(Collection<DocumentUpdate> updates, Guarantee guarantee) SearchClient.bulkUpdate
(Collection<DocumentUpdate> updates, Guarantee guarantee) Performs a batch update on a set of documents.WebSocketSearchClient.bulkUpdate
(Collection<DocumentUpdate> batch, Guarantee guarantee)