spring-data-neo4j

Search list with mutual count (2nd try)

早过忘川 提交于 2019-11-27 05:42:17
I have created fresh dataset to explain my desired result. and here is the link Or you can trigger this command using cypher. create (_6 {UserName:"dhansukh", UserProfileID:'1000', EMailID:'f@xyz.com'}), (_5 {UserName:"dhruv", UserProfileID:'516', EMailID:'e@xyz.com'}), (_4 {UserName:"dharmistha", UserProfileID:'5262', EMailID:'d@xyz.com'}), (_3 {UserName:"dinesh", UserProfileID:'995', EMailID:'c@xyz.com'}), (_2 {UserName:"dharmesh", UserProfileID:'502', EMailID:'b@xyz.com'}), (_1 {UserName:"manish", UserProfileID:'1', EMailID:'a@xyz.com'}), _1-[:friends {ApprovalStatus: 1} ]->_2, _1-[:friends

Search list with mutual count (2nd try)

可紊 提交于 2019-11-26 11:45:25
问题 I have created fresh dataset to explain my desired result. and here is the link Or you can trigger this command using cypher. create (_6 {UserName:\"dhansukh\", UserProfileID:\'1000\', EMailID:\'f@xyz.com\'}), (_5 {UserName:\"dhruv\", UserProfileID:\'516\', EMailID:\'e@xyz.com\'}), (_4 {UserName:\"dharmistha\", UserProfileID:\'5262\', EMailID:\'d@xyz.com\'}), (_3 {UserName:\"dinesh\", UserProfileID:\'995\', EMailID:\'c@xyz.com\'}), (_2 {UserName:\"dharmesh\", UserProfileID:\'502\', EMailID:\