Skip to content

8.1.0

Latest

Choose a tag to compare

@rjrudin rjrudin released this 16 Mar 20:31
7ea79ef

This minor release includes the following items:

  • Added com.marklogic.client.datamovement.DocumentWriteSetFilter as an abstraction for processing a DocumentWriteSet before it is written to MarkLogic via a WriteBatcher. Can be applied to a WriteBatcher via withDocumentWriteSetFilter.
  • Can now implement incremental writes via com.marklogic.client.datamovement.filter.IncrementalWriteFilter. See the Builder in this class for instructions on configuring this capability.
  • #1872 Fixed a bug where QueryBatcher will no longer throw an error when it receives a value of -1 from the server when calculating the "max document to URI batch ratio".