Hi All, I was going through the neo4j API. There are few things in API that are not clear to me:
1. What other configuration options can be set for neo4j, apart from storeDir? As in API all configuration related parameter methods are either depricated or will be soon. 2. Can I traverse nodes using "INCOMING" or "OUTGOING" directions, if they have BOTH direction relations? 3. How DynamicRelationshipType is different from RelationshipType? Following is mentioned in API: "Dynamic relationship type is persisted only when the first relationship of this type is created." I think DynamicRelationshipType is of no use untill it's used for the first time. Please correct me if I am wrong. 4. How EmbeddedReadOnlyGraphDatabase and EmbeddedGraphDatabase are different? As both of them are able to create nodes? Are nodes created by EmbeddedReadOnlyGraphDatabase non-persistent? I think I am missing something here. 5. How to make sure that ASYNC_OTHER_TX related indexing jobs are not lost? How these jobs are triggered? 6. Can we define custom ReturnableEvaluator and StopEvaluator? 7. While creating a node can we define the node id? If no, I think we have to use lucene in-order to get the node ids. Please correct me if there is any other way. Thanks, Sunil -- Sr. Software Architect Center of Excellence (COE) True Sparrow Systems _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

