Re: Customizing Regexp syntax in Lucene

2015-04-05 Thread Robert Muir
On Sun, Apr 5, 2015 at 5:08 PM, code fx9 wrote: > Hi, > We are using Lucene indirectly via ElasticSearch. We would like to use RE2 > syntax for running regex queries against Lucene. We are already using RE2 > syntax for other parts of our system, so not ability to use the same syntax > is a deal-b

Customizing Regexp syntax in Lucene

2015-04-05 Thread code fx9
Hi, We are using Lucene indirectly via ElasticSearch. We would like to use RE2 syntax for running regex queries against Lucene. We are already using RE2 syntax for other parts of our system, so not ability to use the same syntax is a deal-breaker for us. Recently Google has released a pure Java im