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.
