Re: [Neo4j] Neoclipse start question

2011-09-09 Thread Anders Nawroth
Hi! Use Search mode: Query with the value: * and I think you'll see all types listed. (index name + key like Michael wrote) /anders 2011-09-09 14:32, Vinicius Carvalho skrev: > Danke Michael, > > That solved the problem. Glad that I can see my graph now. > > Regards > > On Fri, Sep 9, 2011 at 1

Re: [Neo4j] Neoclipse start question

2011-09-09 Thread Vinicius Carvalho
Danke Michael, That solved the problem. Glad that I can see my graph now. Regards On Fri, Sep 9, 2011 at 12:16 PM, Michael Hunger < michael.hun...@neotechnology.com> wrote: > Spring Data Graph stores the type information in the graph. > > The default is to use indexes to store this information,

Re: [Neo4j] Neoclipse start question

2011-09-09 Thread Michael Hunger
Spring Data Graph stores the type information in the graph. The default is to use indexes to store this information, but it can also be stored as type-nodes with relationships to all instances. The current neoclipse supports index lookups, so please try the following: the index name is: __types

[Neo4j] Neoclipse start question

2011-09-09 Thread Vinicius Carvalho
Hi. I'm just starting with neo4j, doing some pocs and investigation. I'm using spring data to persist my data. And so far I was able to both persist and load data from the db (from my unit tests anyway) I've added a few nodes (250) and also created some relations. But, when opening the neoclipse