Hi, On 6/27/07, Mark Waschkowski <[EMAIL PROTECTED]> wrote:
JSR 170 repositories may provides completely different results depending on the context of the session, depending on which of the node retrieval methods are done, even if the *exact same* xpath is used.
Note that the argument to Node.getNode() is the relative JCR path of the node to be retrieved, *not* an XPath query.
Furthermore, why is the full text indexing mentioned as being potentially expensive when using Query but not when using session.getRootNode ().getNode(xpath)?
See above, getNode() is not a query. BR, Jukka Zitting
