Class MoveDocuments
java.lang.Object
io.fluxzero.common.api.Request
io.fluxzero.common.api.Command
io.fluxzero.common.api.search.MoveDocuments
- All Implemented Interfaces:
JsonType
Command to move matching documents to a collection. The collection does not need to exist.
This command allows for bulk moving of documents that match a specified SearchQuery,
across one or more collections.
-
Constructor Details
-
MoveDocuments
public MoveDocuments()
-