Re: A Special SpanQuery

2006-06-23 Thread Paul Elschot
..however I've never tried writing a SpanQuery -- and the SpanQuery > internals I've tried to understand have severely frightened me ... so i > you pursue this endever I wish you the best of luck. > > > : Date: Thu, 22 Jun 2006 16:43:39 -0400 > : From: Ben Knea

Re: A Special SpanQuery

2006-06-22 Thread Chris Hostetter
22 Jun 2006 16:43:39 -0400 : From: Ben Knear <[EMAIL PROTECTED]> : Reply-To: java-user@lucene.apache.org : To: java-user@lucene.apache.org : Subject: A Special SpanQuery : : I am trying to make a SpanNearQuery that will contain a SpanNotQuery and : running into a bit of difficulty. Has anyone w

A Special SpanQuery

2006-06-22 Thread Ben Knear
I am trying to make a SpanNearQuery that will contain a SpanNotQuery and running into a bit of difficulty. Has anyone worked with creating a variation of a SpanQuery or using special logic to make this work? For example - (A B !C) in order with a slop of 1 should return results with A and B with