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.

poem_daga
Node Link
since ‎12-05-2020
‎08-09-2022

User Statistics

  • 12 Posts
  • 2 Solutions
  • 4 Kudos given
  • 2 Kudos received

User Activity

With the example given here, we have implemented a custom Analyzer that supports 'case insensitive exact matches' by combining KeywordTokenizerFactory  and LowerCaseFilterFactory . Implementation:       package com.test.nosql.neo4j; import org.apach...
Question: How to access Node/ Node properties within multiple nested apoc.periodic.iterator (s) ? to create sample data: :params eventParam=> [{eid: "e1"},{eid: "e2"}]; Query: call apoc.periodic.iterate( ' // create some nodes - *ideally t...
How to specify a specific graph to connect to with integration neo4j with spark? I have multiple graphs like: There is no option given in official document to specify which graph to use while reading/ writing data.
Hi, Our use case is to load bulk data in neo4j graph after processing (not from excel or other sources). We are using Neo4j-java Asyn API to do the same. My question is: What should be the transaction boundary? How many queries to run in one transact...
I have written test code to connect to neo4j server from java app and execute two cypher queries in ONE Transaction.I did not find detailed example for executing two queries and retrieving result in neo4j Documentation Though the code works, my quest...
Kudos from