don't forget about cts:uri-match() as another (and simple way) of getting directory listings
http://docs.marklogic.com/5.0doc/docapp.xqy#search.xqy?start=1&cat=all&query=cts:uri-match&button=search its fast as well because it uses uri lexicon (which needs to be enabled from the database). J On Mon, Feb 27, 2012 at 8:25 PM, Todd Gochenour <[email protected]> wrote: > (1) Thanks, Evan for the FAQ. I would think that a Cancel option in Query > Console next to Run would put an end to the questions. > > (2) Regarding the Query Console Explore functionality and Geert's > recommendation to use collections, I just realized that if I re-use the > directory path "{database}/{table}" as a collection URI, then I will get > functionality I am looking for, that is, the ability to filter documents > listed to a specific directory folder. This is done easy enough in the > xdmp:document-insert() function. That bright light is the lightbulb in my > head flicking on. > > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general > _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
