Hi, 

I will greatly appreciate insights into how to get all vertices with the 
following setup:
1. I have Author, Article and Book vertices.
2. Authors are connected to Books via AuthorOf edges.
3. Authors are connected to Articles via MentionedIn edges.
4. As you see, very often same books and same articles may have links to 2+ 
authors.

Ex:
Author1 <---AuthorOf---> Book1 <---AuthorOf---> Author2
Author1 <---AuthorOf---> Book2 <---AuthorOf---> Author3
Author1 <---MentionedIn---> Article1 <---MentionedIn---> Author3
etc. etc.


Searching by author's name, I should get:
1. This author's info
2. All books he is author of
3. All articles he is mentinoned in 
4. Important: All other authors he is connected with through common books 
and articles
5. Important: books and articles belonging to the found authors. I.e. we 
are not searching for related authors (circle 2?) of the authors we've 
found earlier (circle1?)
6. Bonus :) - if I can somehow regulate how far I can search this way, for 
example if i need to retrieve more circles of data.

Let me know please if explanation is dumb - I'm new to this, so terminology 
may be not up to speed with the idea : )

Thank you!
Dennis


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to