Hello everyone,
I'm trying to do a direct index query with Titan 0.4.5. using Lucene. The query contains a regular expression like so:
titanGraph.indexQuery("search", "v.name:/expression/")
The problem is that this search appears to be case-sensitive. For better usability of my application, I would prefer case-insensitive matches. Is there a way to do this? I wouldn't mind if *all* searches on my indexer were case-insensitive, so if I can configure the indexer to behave that way in the titan config, I would be happy to do so.
Thank you,
Martin