Hi all.
Is it possible in Lucene, starting from a predefined node of the repository, to get all the nodes for which a user has only read rights?
Starting from the user home, I have to navigate thoughout the tree in order to get only the nodes available for reading by the current user. Effectively, in my case it is possible that a node contains other child nodes not all of which are available to be read by the current user.
If the answer is no, should I test my only known way based on checking JCR read permission? This could be very expensive….
Hoping my question coudl be clear,
all the best.
Sergio