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.

wergeland
Node Clone
since ‎12-18-2018
‎06-01-2022

User Statistics

  • 18 Posts
  • 0 Solutions
  • 5 Kudos given
  • 4 Kudos received

User Activity

We run a 3 node causal cluster in Kubernetes, enterprise 3.5.3 version, with the following cluster configuration: HOSTNAME=$(hostname) ID=${HOSTNAME#neo4jtest-} export NEO4J_dbms_connectors_default__advertised__address=10.132.2.${ID} export NEO4J_cau...
We are overriding the analyzer to be used for fulltext indexes to use the simple analyzer. This works on a local single-node installation, but not on our cluster installation, as we can se that a query using English stop words does not yield any math...
We have written a sightly complex LOAD CSV script to load a few million lines. Unfortunately, I can't post the script as is, but each line results in two nodes, where one has an extra label (set with apoc.create.addLabel), an edge between the two nod...
We have set up a casual cluster using Kubernetes in Google Cloud, using private IPs and DNS discovery (with DNS service provided by Kubernetes). The cluster runs fine within Kubernetes, but when accessing the cluster remotely with e.g. the Neo4j desk...
According to the Neo4j 3.5.0 announcement, it should be possible to add custom Lucene analyzer, but I am not able to find more information on this in the documentation or the forum. The analyzer we need should actually be included in Lucene (the Simp...