[Neo4j] basic question about loading graph

2011-06-26 Thread Bryan Le
Hi all, first of all, thank you for your wonderful effort on building the Open source. I'm currently working on a Markov chain model for a speech recognition project. Your GraphDb will probably the best data management for my project. I just get to know Neo4j this week, and I have some problem on

Re: [Neo4j] basic question about loading graph

2011-06-26 Thread Jim Webber
Hi Bryan, You forgot to create an index for your characters to which you have to add them. And you forgot Neo's title - The One as a property. Here's a snippet that should send you in the right direction: // Create an index and give it a name IndexNode characters =

[Neo4j] basic question about loading graph

2011-06-26 Thread Bryan Le
Thanks Jim, i run the snippet, and i works beautifully. :) How silly of me to forget the index, and add :) This is cool way to organize database. My project is to create a state machine with edges and nodes. Each edge or node will have its own statistical values. The process will merge or split a

Re: [Neo4j] basic question about loading graph

2011-06-26 Thread Jim Webber
Keep the questions flowing Bryan, there will always be someone on this list ready to help. Jim ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user