[Neo4j] Re: Google Summer of Code Spatial Cypher Project

2014-06-13 Thread William Lyon
Hi Everyone- For those interested in following my Google Summer of Code Spatial Cypher project, the Week 4 progress report is available here: https://github.com/johnymontana/neo4j/wiki/week4 Cheers, Will Lyon @lyonwj lyonwj.com -- You received this message because you are subscribed to the G

Re: [Neo4j] neo4j HA backup failure

2014-06-13 Thread Erk
Thanks Stefan. That seems to work more reliably On Thursday, June 12, 2014 12:38:26 AM UTC-7, Stefan Armbruster wrote: > > the most easy way is to use single:// style backups: ./neo4j-backup > -full -from single://x.x.x.x -to ~/backup-path. > Using ha:// had some issues, therefore in Neo4j 2.

[Neo4j] Re: spring-neo4j DynamicProperties and Cypher queries

2014-06-13 Thread Dave Hallam
Hi Michael, Did anything happen with this in the end? I'm not seeing indexes on the individual keys (e.g. "metadata-phone") just the index on the main property itself (e.g. "metadata") using SDN 3.1.0.RELEASE. I'm trying to identify a way to drive a search web-ui with the fields driven by t

Re: [Neo4j] Re: In SDN, @Labels creates two labels for one node one starting with _ and another without _.

2014-06-13 Thread Pallavi Mukherjee
Thanks for your support . but its good to have if i can stop by creating label with _. On Fri, Jun 13, 2014 at 3:42 PM, Yu Sun wrote: > I'm sorry for that "he SDN 3.0.1 default that label don't hava _".Beacuse > the SDN always has two labels. > Since now,I don't know about that. I'm sure that

Re: [Neo4j] Re: In SDN, @Labels creates two labels for one node one starting with _ and another without _.

2014-06-13 Thread Yu Sun
I'm sorry for that "he SDN 3.0.1 default that label don't hava _".Beacuse the SDN always has two labels. Since now,I don't know about that. I'm sure that SDN always create two labels .I have no idea for that SDN only create one label. Sorry! 2014-06-13 17:34 GMT+08:00 PM : > But if we don't req

Re: [Neo4j] No primary SDN label exists in Spring Data Neo4j when using imported data (after adding a primary SDN label)

2014-06-13 Thread PM
Hi Michael, Could you plz help me out to stop creating labels with _ in SDN , and also i m not understand with termonology inheritance hierarchy in SDN. On Thursday, 12 June 2014 17:16:36 UTC+5:30, PM wrote: > > Thanks for reply Michael, > > But what is the use of this _ one and it will also t

Re: [Neo4j] Re: In SDN, @Labels creates two labels for one node one starting with _ and another without _.

2014-06-13 Thread PM
But if we don't required label with _ .then what steps i need to take . On Friday, 13 June 2014 14:22:00 UTC+5:30, Yu Sun wrote: > > Hi Pallavi, > > My test result is that if you use Neo4jTemplate.save(),the neo4j database > has two labels.One label has not _ ,others has _ . > > > > 2014-06-13 1

Re: [Neo4j] Re: In SDN, @Labels creates two labels for one node one starting with _ and another without _.

2014-06-13 Thread Yu Sun
Hi Pallavi, My test result is that if you use Neo4jTemplate.save(),the neo4j database has two labels.One label has not _ ,others has _ . 2014-06-13 16:14 GMT+08:00 Pallavi Mukherjee : > Hi Sunyulovetech, > > In SDN 3.0.1 , i am using Neo4jTempalte.save() which is adding label > automaticall

Re: [Neo4j] Re: In SDN, @Labels creates two labels for one node one starting with _ and another without _.

2014-06-13 Thread Pallavi Mukherjee
Hi Sunyulovetech, In SDN 3.0.1 , i am using Neo4jTempalte.save() which is adding label automatically with _. On Fri, Jun 13, 2014 at 12:06 PM, wrote: > Hi PM, > I don't know how your code is.So I am talking about my idea. > In the SDN,if you create node with cypher query language,the l