Quantcast
Channel: How to fetch all documents that match a URI pattern in Marklogic - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by ehennum for How to fetch all documents that match a URI pattern in...

You can query for documents within a directory. Something along the following lines should work:DatabaseClient client = DatabaseClientFactory.newClient(...);GenericDocumentManager docMgr =...

View Article



Answer by John Smith for How to fetch all documents that match a URI pattern...

I'm using the XQuery API instead of the Java one, but maybe you can try using cts:uri-match through XCC (see: http://docs.marklogic.com/cts:uri-match)

View Article

How to fetch all documents that match a URI pattern in Marklogic

I am starting to learn the java api for marklogic, What is want to know is how can i get all the documents that conform to a particular URI pattern. For e.g. i want to get all the documents from the ML...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images