On Sunday 03 July 2005 15:27, Dave Kor wrote:
> I have a system that automatically generate span queries to Lucene.
Sometimes,
> the system generates a query like this one which always throws a
> RuntimeException:
>
> spanNear([spanNear([text:interesting], 3, true), spanNear([text:interesting,
>
I have a system that automatically generate span queries to Lucene. Sometimes,
the system generates a query like this one which always throws a
RuntimeException:
spanNear([spanNear([text:interesting], 3, true), spanNear([text:interesting,
text:john, text:said], 8, true)], 2, true)
Basically, the