On Fri, Nov 27, 2009 at 5:02 PM, Nachiket <[email protected]> wrote: > Can you explain? how to map (or get) reverse? from single Book to(=>) its > Users?
You may manually maintain the releation, such as create following nodes: myweb/user/user1/mybook1 (reference to myweb/book/book1) myweb/book/book1/readers/user1 (reference to myweb/user/user1) If you don't create second reference, you could using search api to find out who has reference to myweb/book/book1 Hope it helps. -Guo
