You would have to manually (admin operation) add those indexes.
E.g. as a database init/migration script.
To use the fulltext indexes you'd need to use a custom @Query annotation on your repository or use Neo4jSession.
You would have to manually (admin operation) add those indexes.
E.g. as a database init/migration script.
To use the fulltext indexes you'd need to use a custom @Query annotation on your repository or use Neo4jSession.