OK, so first, on the custom property you mention, how would I use that to gain control of the id generation process. As far as I can tell, the ids get generated automatically and I couldn't find a way to control the process. Is there any example for this one?
Next, let me give you some more background of why I would want to do this: I have 2 nodes, both running neo4j and I'm indexing a location (lat,long) in both of them; each one will assign it's own id to that location, so the id's I'm getting back are different. If I could set the ids myself, I would be able to generate an id (manually, and ensure it's unique) and then pass it into the index operation on both machines, so that they both end up using the same id.
Hopefully that clarifies the usecase and what kind of control I need related to ids.
Thanks.
Eugen.