Reading Jason Hunter's illuminating white paper "Inside MarkLogic 
Server"--using xdmp:plan for the first time, and given this XPath:

collection()/*:group/*:product/*:title/*:b203[. = "Parlor Politics"]

I am expecting that the element-value index would be used, but this is output 
from xdmp:plan:

[...]
  <qry:info-trace>Step 1 is searchable: fn:collection()</qry:info-trace>
  <qry:info-trace>Step 2 does not use indexes: *:group</qry:info-trace>
  <qry:info-trace>Step 3 does not use indexes: *:product</qry:info-trace>
  <qry:info-trace>Step 4 does not use indexes: *:title</qry:info-trace>
  <qry:info-trace>Step 5 does not use indexes: *:b203[. = "Parlor 
Politics"]</qry:info-trace>
[...]

The word positions index is enabled.

Seeking to be enlightened as to what I may be doing wrong, thanks,

        Shannon ([email protected])
                http://www.facebook.com/uvapress
                http://www.twitter.com/uvapress

_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to