Is it possible to customize lucene indexes in spring-data-neo4j, such that my indexes will be using custom analyzers? In particular, i want to use the PerFieldAnalyzerWrapper analyzer, so i will be able to use Exact and Fulltext fields in the same index. I saw a post about it here, but it was related to native neo4j.
Thanks.