cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

varun85_jobs
Node Link
since ‎12-25-2018
‎06-01-2022

User Statistics

  • 11 Posts
  • 1 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

Hi, I am using Neo4j full text search index. I am playing with a query in one of the example in Christophe Willemsen's demo. My use case is as follows - User has friends(other user nodes) and a user owns books. Through the UI, a user searches another...
Hello, I am using neo4j full text search. I manually create the full text search index and the query works fine as well. The query is run through SDN (@Query) However, I also have integration test to tests the functionality. These tests run the query...
Hi, I am using Spring data neo4j (version 5.1.9.Release) and spring-data-commons (2.1.9.Release). In order to paginate my results, I am using Page Page<Part> fetchPartsById(@Param("Id") String Id, Pageable pageable); I call the method fetchPartsById ...
Hi, I am trying to write a cypher query to get all the related nodes and relationships of a matched node. Here is my node relationship A vehicle (V) has Part(s) (P1 and P2). Parts can be bought from dealers (D1, D2 and D3). Part themselves can be lin...
I am using Neo4j (version 3.4.1) and Spring-data-neo4j (5.0.10.RELEASE) in my application. I am also using OGM. I have the following domain model (Vehicle and Part): Vehicle class @NodeEntity @Data @NoArgsConstructor public class Vehicle { @Id @Gene...
Kudos from