On 2/22/2012 1:24 PM, Yonik Seeley wrote: >> Looks like escaping forward slashes makes the query work, eg >> fieldName:\/a fieldName:\/a >> >> This is a bit puzzling as the forward slash is not part of the query >> language, is it? > > Regex queries were added that use forward slashes: > > https://issues.apache.org/jira/browse/LUCENE-2604
Looks like regex matching happens across multiple fields though. Feels like a bug to me?