Hi, On Thu, Oct 21, 2010 at 1:34 AM, Daniele Cherchi <[email protected]> wrote: > Where is the problem? Is lucene the problem? Is node identifier a strong > solution to get always the nodes?
You're using Session.getNodeByIdentifier(), right? Its implementation is no tied to the search index, and it should always give you the node you're looking for as long as the node actually exists. If not, it's a bug in either Jackrabbit or your code. Can you reproduce the problem with a simple test case? BR, Jukka Zitting
