Skip to content

7.1.0

Latest
Compare
Choose a tag to compare
@rjrudin rjrudin released this 22 Jan 18:37
· 2 commits to master since this release
e9f2876

This minor release addresses the following items:

  1. Invoking custom code via ServerEvaluationCall now results in the multipart response from MarkLogic being read via a stream instead of the entire response being ready into memory. Note that when using an EvalResultIterator, you must call the close() method to ensure that the stream is properly closed.
  2. The DatabaseClient interface now extends java.io.Closeable so that it can be used in try-with-resources statements.
  3. The property marklogic.client.connectionString is now supported via DatabaseClientFactory.
  4. StructuredQueryBuilder now has methods for true and false queries and for building operator states.
  5. MarkLogic 12 users can now use the shortestPath and annTopK methods in the Optic plan builder.
  6. MarkLogic 12 users can now use the bm25, zero, and random score methods in the Optic plan builder.