Reputation: 1089
I am using Neo4j-server and I am trying to find a way to configure a legacy index either with cypher or with a property. So far to enable the legacy indexing I just uncommented the related line in neo4j.properties file. How can I apply some of the configurations listed here ?
Upvotes: 1
Views: 80
Reputation: 39915
I've written some code that might be helpful: neo4j-fti
It basically hooks into the startup process and creates manual indexes with customizable analyzers.
Upvotes: 2