On Mon, Nov 14, 2016 at 1:50 PM, Fox, David <[email protected]> wrote: > Hello, > > > > I am working with a database of text documents. I have extracted some > structured metadata from these documents and added these values as document > properties, e.g.: > > > > <prop:properties xmlns:prop="http://marklogic.com/xdmp/property"> > <deliverytime>2011-07-06T12:45:55.7887784</deliverytime> > </prop:properties> > > > > I wanted to add an element range index for this property, which the > documentation says is possible even for document properties. So, via the > admin interface I created an element range index: >
... > > Any idea what I might have missed? > Namespace uri looks like: http://marklogic.com/xdmp/property You can also use cts:values for debugging such stuff (to see what values went in, if any). Not sure about the bonus question. /ch
_______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general
