Perhaps you can try to outline your concrete example, not sure what you mean?
On Thu, Nov 13, 2014 at 12:03 PM, Guido Franz <[email protected]> wrote: > My current approach is to model something like an association class. > Translated into the email example: I create an email placeholder node > between the FROM and TO nodes (FROM->EMAIL_PLACEHOLDER->TO). If there are > really detailed emails, then I attach them on the placeholder with > additional nodes (EMAIL_PLACEHOLDER->EMAIL). > > My current problem: it is hard to search for the FROM and TO nodes with > this approach. I need to search for paths (FROM->EMAIL_PLACEHOLDER->TO) > based on a branched path (EMAIL_PLACEHOLDER->EMAIL). > > > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" 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. > -- You received this message because you are subscribed to the Google Groups "Neo4j" 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.
