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.

frank_wolter
Node
since ‎01-31-2020
‎06-01-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, I want to find nodes by creating a full text index using the keyword analyzer. I encounter some weird behavior here. Here is a sample: I am creating the index: call db.index.fulltext.createNodeIndex('myTestIndex',['Node'],['name'],{analyzer:'keyw...