Hi Team,
I am new to Graph database (Neo4j). Have some requirement like to search the text across all the nodes. Search criteria are like
1.case insensitive
2.relvant text (eg: oracle developer or developer oracle ) both are same.
3.meaningfull words...
Hi Team,
I tried to relationship property in a spring boot application. Nodes created, but the relationship is not connected between the nodes.Code belows
@Node(value = "Person")
public class Person {
@Id
private String PersonId;
@Relationshi...
Hi ,
I actually use neo4j and neo4j maven dependence spring data. Because of the two dependencies facing the above problem. After removing neo4j dependency its working fine
In Language class need to add like incoming relationship with person ?.
If i tried with query level to add the property in relationship its working fine .But tried from spring boot its not working
RelationshipId tried but still facing the issue.
Without relationship property is it working fine.but we required relationship property.could you help on this issue,
Neo4j maven version used as4.0.0