Hi, On Jan 31, 2008 7:16 PM, woolly <[EMAIL PROTECTED]> wrote: > If I create an nt:resource node, give it a jcr:data property with an xml > document as value, and the appropriate jcr:mimeType, Lucene will index it. > Is it then possible to apply XPath queries to that xml document?
You can use jcr:contains() full text constraints to match the jcr:data content, but not generic XPath. Jackrabbit supports (the JCR subset of) XPath only on JCR nodes and properties, not on XML content stored inside a binary property. BR, Jukka Zitting
