Re: Span Not Queries

2014-01-16 Thread Gopal Agarwal
Can some help me out with earlier query? In short: Can we change the QuerParser.jj file to identify the SpanNot query as boolean clause? Can we use ComplexPhraseQuery Parser to support SpanOR and SpanNOT queries? On Tue, Oct 15, 2013 at 11:27 PM, Ankit Kumar wrote: > *I have a business use ca

Re: Span Not Queries

2013-10-15 Thread Ankit Kumar
*I have a business use case in which i need to use Span Not and other ordered proximity queries . And they can be nested upto any level A Boolean inside a ordered query or ordered query inside a Boolean . Currently i am thinking of changing the QuerParser.jj file to identify the SpanNot query and

Re: Span Not Queries

2013-10-15 Thread Jack Krupansky
Nope. But the LucidWorks Search product query parser does support SpanNot if you use their BEFORE, AFTER, and NEAR span operators. See: http://docs.lucidworks.com/display/lweug/Proximity+Operations For example: "George BEFORE:2 Bush NOT H" to match George Bush, but not George H. W. Bush. Wh