Created
November 23, 2016 12:46
-
-
Save tternquist/150acf149a5d0477f483af221b92e22e to your computer and use it in GitHub Desktop.
Range index for document URIs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cts:element-range-query(xs:QName("xdmp:document"),"=","myUri.xml","collation=http://marklogic.com/collation/codepoint") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Isn't using
cts:document-querymuch easier? :)xdmp:documentwas useful for tuples though, but nowadays one can usects:valuesfor that with acts:uri-reference..