Created
March 19, 2012 21:59
Query plan for directory lookup
This file contains 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
<qry:query-plan xmlns:qry="http://marklogic.com/cts/query"> | |
<qry:info-trace>xdmp:eval("xdmp:plan(xdmp:directory('/a/b/', '1'))", (), <options xmlns="xdmp:eval"><database>18400529833056734238</database><root>/Users/mblakele/S...</options>)</qry:info-trace> | |
<qry:info-trace>Analyzing path: xdmp:directory("/a/b/")</qry:info-trace> | |
<qry:info-trace>Step 1 is searchable: xdmp:directory("/a/b/")</qry:info-trace> | |
<qry:info-trace>Path is fully searchable.</qry:info-trace> | |
<qry:info-trace>Gathering constraints.</qry:info-trace> | |
<qry:info-trace>Step 1 contributed 2 constraints: xdmp:directory("/a/b/")</qry:info-trace> | |
<qry:partial-plan> | |
<qry:term-query weight="0"> | |
<qry:key>14693750357517395314</qry:key> | |
</qry:term-query> | |
</qry:partial-plan> | |
<qry:partial-plan> | |
<qry:term-query weight="0"> | |
<qry:key>15041569596143136458</qry:key> | |
</qry:term-query> | |
</qry:partial-plan> | |
<qry:info-trace>Executing search.</qry:info-trace> | |
<qry:final-plan> | |
<qry:and-query> | |
<qry:term-query weight="0"> | |
<qry:key>14693750357517395314</qry:key> | |
</qry:term-query> | |
<qry:term-query weight="0"> | |
<qry:key>15041569596143136458</qry:key> | |
</qry:term-query> | |
</qry:and-query> | |
</qry:final-plan> | |
<qry:info-trace>Selected 0 fragments</qry:info-trace> | |
<qry:result estimate="0"/> | |
</qry:query-plan> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment