Hi, I'm trying to set up a span query using a regular expression.
I'm following the example at: http://searchhub.org/2009/05/26/accessing-words-around-a-positional-match-in-lucene/ And that works, except I need the query to be a regular expression. Is there a way to do this? Thanks.