On Thu, Apr 29, 2010 at 11:27, marco sabatini <[email protected]> wrote: > Yes! A practical java example in wich: I'm the user A and I insert 10 docs > (binary PDF) and create the lucene index.
This is all transparent. You don't have to create the lucene index yourself. With Jackrabbit 2.x, you add users, define ACLs and upon read access you login with the appropriate end users and run searches with those user-based sessions. These will only find what the user can see. The same for node navigation, nodes for which a user has no read access won't be visible at all. Regards, Alex -- Alexander Klimetschek [email protected]
