We’re noticing some odd reindexing and querying behavior, and I’m curious if 
there’s anything fundamentally wrong about inserting documents like:

<things>
  <thing-type>
    <thing>value</thing>
    …

with a fragment root set on <thing>, and a path range index for 
things/thing-type/thing. 

A cts:values query on that path reference returns empty. Remove the fragment 
root on <thing>, and it returns the expected values. Also (and this is really 
strange) if instead of removing the fragment root, I add an element range index 
for <thing>, reindex, and remove that index, then (after reindexing) the query 
returns expected values. But if following that I force a manual reindex, it 
will return empty again when the reindexing completes. This is on ML 7-2.2.

-Will


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

Reply via email to