You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ne...@googlegroups.com
You can inject your own analyzers into the Neo4J indexing subsystem, but it's easier to pre-process the value(s) you want to index (convert them to a uniform case) in most situations. In fact, we actually use Lucene filters/readers to pre-process text we wish to index, and then pass those to the default analyzers that Neo4J uses.