Hi, In a node entity POJO, I've got this field:
@Indexed(indexName = "titleSearch", indexType = IndexType.FULLTEXT) vartitle : String Is there a possibility to pass a custom analyser providing stopwords, like this one: https://lucene.apache.org/core/3_5_0/api/all/org/apache/lucene/analysis/fr/FrenchAnalyzer.html Indeed, I saw that this question was already asked months ago, but doesn't have any answer: http://stackoverflow.com/questions/15553552/how-to-pass-a-custom-analyzer-to-indexed-annotation Thanks a lot, Michael -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
