Re: Unexpected: ordered

2005-07-03 Thread Paul Elschot
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, >

Unexpected: ordered

2005-07-03 Thread Dave Kor
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