salvador
salvador

Reputation: 1089

Neo4j: configure legacy index with cypher or property file

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

Answers (1)

Stefan Armbruster
Stefan Armbruster

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

Related Questions