Re: [Neo4j] Re: Index creation and query

2016-03-11 Thread Clark Richey
If you created the index after you loaded the nodes then I don't believe they are indexed. You would either have to reload or use the java API to manually add the nodes to the index. You can confirm this by running a profile (add the keyword profile to the beginning of your query) and sharing

Re: [Neo4j] Re: Index creation and query

2016-03-11 Thread Clark Richey
Your queries aren’t in the correct format. I strongly recommend you start with this excellent, free tutorial: http://neo4j.com/graphacademy/online-course-getting-started/ > On Mar 11, 2016, at 5:03 PM, Hugo Labra wrote: > > Hi Clark, > > I tried several things, I