Hi guys,
I am implementing full-text search on my database via Legacy indexing.
I managed to create a Lucene index store by using apoc.index.addAllNodes, and I am also able to search through the index using apoc.index.search. I am using Neo4j 3.4.6 E...