Skip to main content

What's New in MarkLogic 11

New CTS Document Queries

MarkLogic 11 adds three new CTS query constructors to make it easier to discover documents in a database:

Function

Description

cts.documentFormatQuery()

Matches documents with the given format. The format could be one of "json","xml","text", or "binary"

cts.documentRootQuery()

Matches document with the given root element QName

cts.documentPermissionQuery()

Matches documents that have been assigned the given permission